Revision: 77763
          http://sourceforge.net/p/brlcad/code/77763
Author:   starseeker
Date:     2020-11-20 19:03:28 +0000 (Fri, 20 Nov 2020)
Log Message:
-----------
The TK_GRAPHICS_SYSTEM var isn't being used right now, and it's not something 
we can test on headless machines (like build runners).  Once we get Aqua 
working again we'll have to either resume passing some sort of user configured 
setting down or just go with Aqua only on the Mac.

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/itk3/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/other/ext/itk3/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/itk3/CMakeLists.txt  2020-11-20 
18:41:42 UTC (rev 77762)
+++ brlcad/branches/extbuild/src/other/ext/itk3/CMakeLists.txt  2020-11-20 
19:03:28 UTC (rev 77763)
@@ -148,9 +148,11 @@
 Tcl_Check_Include_File(unistd.h)
 Tcl_Check_Include_File(values.h USE)
 
-if(TK_GRAPHICS_SYSTEM STREQUAL "x11")
+# TODO - for now, we need X11 on both *nix and Mac platforms.
+# Eventually we'll need to re-enable support for Aqua on Mac...
+if(NOT WIN32)
   find_package(X11)
-endif(TK_GRAPHICS_SYSTEM STREQUAL "x11")
+endif()
 
 set(ITK_SRCS
   generic/itkStubInit.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to