Revision: 77309
http://sourceforge.net/p/brlcad/code/77309
Author: starseeker
Date: 2020-10-01 19:02:17 +0000 (Thu, 01 Oct 2020)
Log Message:
-----------
With a level 1 build, we no longer need Tcl.
Modified Paths:
--------------
brlcad/trunk/CMakeLists.txt
Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2020-10-01 14:32:16 UTC (rev 77308)
+++ brlcad/trunk/CMakeLists.txt 2020-10-01 19:02:17 UTC (rev 77309)
@@ -3228,6 +3228,11 @@
endif(${BRLCAD_ENABLE_TARGETS} GREATER 2)
endif(NOT BRLCAD_ENABLE_TARGETS)
+# If we're below level 2, we don't need Tcl
+if (NOT BRLCAD_LEVEL2)
+ set(BRLCAD_ENABLE_TCL OFF CACHE BOOL "Disabled due to level 1 build" FORCE)
+endif (NOT BRLCAD_LEVEL2)
+
# At the start, clear the src/other subdirs list so repeated
# configures will correctly add the required directories
set(SRC_OTHER_ADDED_DIRS "" CACHE STRING "initialize 3rd party sub-directories
list" FORCE)
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