Revision: 75904
          http://sourceforge.net/p/brlcad/code/75904
Author:   starseeker
Date:     2020-05-23 21:50:45 +0000 (Sat, 23 May 2020)
Log Message:
-----------
At this point there's not much utility in forcing the X11 check.

Modified Paths:
--------------
    brlcad/trunk/src/other/CMakeLists.txt

Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt       2020-05-23 21:46:44 UTC (rev 
75903)
+++ brlcad/trunk/src/other/CMakeLists.txt       2020-05-23 21:50:45 UTC (rev 
75904)
@@ -313,10 +313,6 @@
 if(BRLCAD_ENABLE_AQUA)
   set(TK_ENABLE_AQUA ON CACHE STRING "BRL-CAD setting to enable AQUA" FORCE)
   set(TK_SYSTEM_GRAPHICS "aqua" CACHE STRING "Tk system graphics type" FORCE)
-else(BRLCAD_ENABLE_AQUA)
-  if (BRLCAD_ENABLE_X11)
-    set(TK_SYSTEM_GRAPHICS "x11" CACHE STRING "Tk system graphics type" FORCE)
-  endif (BRLCAD_ENABLE_X11)
 endif(BRLCAD_ENABLE_AQUA)
 
 # Make sure we actually look for these each time...

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