Revision: 77671
          http://sourceforge.net/p/brlcad/code/77671
Author:   starseeker
Date:     2020-11-03 18:42:27 +0000 (Tue, 03 Nov 2020)
Log Message:
-----------
Make itcl depend on tk as well, if we're building it, to prepare for 
find_package.

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/itcl.cmake

Modified: brlcad/branches/extbuild/src/other/ext/itcl.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/itcl.cmake   2020-11-03 18:35:37 UTC 
(rev 77670)
+++ brlcad/branches/extbuild/src/other/ext/itcl.cmake   2020-11-03 18:42:27 UTC 
(rev 77671)
@@ -79,6 +79,10 @@
       list(APPEND ITCL_DEPS tclstub_stage)
       list(APPEND ITCL_DEPS tclsh_exe_stage)
     endif (TARGET tcl_stage)
+    if (TARGET tk_stage)
+      list(APPEND ITCL_DEPS tk_stage)
+      list(APPEND ITCL_DEPS tkstub_stage)
+    endif (TARGET tk_stage)
 
     set(ITCL_INSTDIR ${CMAKE_BINARY_INSTALL_ROOT}/itcl3.4)
 

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