Revision: 77361
          http://sourceforge.net/p/brlcad/code/77361
Author:   starseeker
Date:     2020-10-07 20:12:49 +0000 (Wed, 07 Oct 2020)
Log Message:
-----------
Fix variable name

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt

Modified: brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt     
2020-10-07 20:10:56 UTC (rev 77360)
+++ brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt     
2020-10-07 20:12:49 UTC (rev 77361)
@@ -137,7 +137,7 @@
 # It's not enough to simply generate the outputs - we'll also need to install
 # them, which means passing the relevant information back up to the parent
 # build.  We do so with a file the parent build knows to look for:
-set(SUPERBUILD "${BRLCAD_BINARY_DIR}/superbuild.cmake")
+set(SUPERBUILD_OUT "${BRLCAD_BINARY_DIR}/superbuild.cmake")
 file(WRITE "${SUPERBUILD_OUT}" "\#superbuild outputs\n")
 
 ###############################################################################

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