Revision: 77949
          http://sourceforge.net/p/brlcad/code/77949
Author:   starseeker
Date:     2020-12-08 15:13:05 +0000 (Tue, 08 Dec 2020)
Log Message:
-----------
Make the dependency of the tclsh exe on the tcl staging explicit.  We need all 
the pieces in place before tclsh will run, and we do need it to run during the 
build.

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

Modified: brlcad/branches/extbuild/src/other/ext/tcl.cmake
===================================================================
--- brlcad/branches/extbuild/src/other/ext/tcl.cmake    2020-12-08 09:11:32 UTC 
(rev 77948)
+++ brlcad/branches/extbuild/src/other/ext/tcl.cmake    2020-12-08 15:13:05 UTC 
(rev 77949)
@@ -373,6 +373,9 @@
   # Anything building against the stub will want the headers, etc. in place
   add_dependencies(tclstub tcl_stage)
 
+  # Anything using the executable needs everything in place
+  add_dependencies(tclsh_exe tcl_stage)
+
   set(TCL_LIBRARY tcl CACHE STRING "Building bundled tcl" FORCE)
   set(TCL_LIBRARIES tcl CACHE STRING "Building bundled tcl" FORCE)
   set(TCL_STUB_LIBRARY tclstub CACHE STRING "Building bundled tcl" 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

Reply via email to