Revision: 77938
http://sourceforge.net/p/brlcad/code/77938
Author: starseeker
Date: 2020-12-07 03:54:10 +0000 (Mon, 07 Dec 2020)
Log Message:
-----------
Ah, right - need to set the correct enabling var for FindTCL with the new setup.
Modified Paths:
--------------
brlcad/trunk/src/other/CMakeLists.txt
Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt 2020-12-06 17:56:55 UTC (rev
77937)
+++ brlcad/trunk/src/other/CMakeLists.txt 2020-12-07 03:54:10 UTC (rev
77938)
@@ -342,6 +342,11 @@
TCL_RESET_VARS()
TK_RESET_VARS()
+# The new FindTCL needs to be told to look for Tk
+if(BRLCAD_ENABLE_TK)
+ set(TCL_ENABLE_TK ON)
+endif(BRLCAD_ENABLE_TK)
+
set(tcl_DESCRIPTION "
Option for enabling and disabling compilation of the Tcl library
provided with BRL-CAD's source code. Default is AUTO, responsive to
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