Revision: 77402
          http://sourceforge.net/p/brlcad/code/77402
Author:   starseeker
Date:     2020-10-10 15:47:19 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Set variables for the parent builds.  GDAL and STEPCODE are going to need some 
more work, and we'll need to either install headers or point to the source 
trees...

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/itcl.cmake
    brlcad/branches/thirdparty_rework/src/superbuild/itk.cmake

Modified: brlcad/branches/thirdparty_rework/src/superbuild/itcl.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/itcl.cmake 2020-10-10 
15:46:11 UTC (rev 77401)
+++ brlcad/branches/thirdparty_rework/src/superbuild/itcl.cmake 2020-10-10 
15:47:19 UTC (rev 77402)
@@ -132,6 +132,9 @@
       FIXPATH
       )
 
+    set(ITCL_LIBRARY itcl CACHE STRING "Building bundled itcl" FORCE)
+    set(ITCL_LIBRARIES itcl CACHE STRING "Building bundled itcl" FORCE)
+
     SetTargetFolder(ITCL_BLD "Third Party Libraries")
 
   endif (BUILD_ITCL)

Modified: brlcad/branches/thirdparty_rework/src/superbuild/itk.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/itk.cmake  2020-10-10 
15:46:11 UTC (rev 77401)
+++ brlcad/branches/thirdparty_rework/src/superbuild/itk.cmake  2020-10-10 
15:47:19 UTC (rev 77402)
@@ -121,6 +121,9 @@
       FIXPATH
       )
 
+    set(ITK_LIBRARY itk CACHE STRING "Building bundled itcl" FORCE)
+    set(ITK_LIBRARIES itk CACHE STRING "Building bundled itcl" FORCE)
+
     SetTargetFolder(ITK_BLD "Third Party Libraries")
 
   endif (DO_ITK_BUILD)

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