Revision: 77295
          http://sourceforge.net/p/brlcad/code/77295
Author:   starseeker
Date:     2020-09-30 21:51:44 +0000 (Wed, 30 Sep 2020)
Log Message:
-----------
Actually, I think this requires a BRLCAD_BLD dependency, not just deps, to make 
sure everything is set up correctly...

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-09-30 21:48:01 UTC (rev 77294)
+++ brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt     
2020-09-30 21:51:44 UTC (rev 77295)
@@ -253,17 +253,17 @@
 if("${CMAKE_GENERATOR}" MATCHES "Make")
   add_custom_target(brlcad ALL
     COMMAND cd ${BRLCAD_BINARY_DIR}/brlcad-build && $(MAKE) && $(MAKE) install
-    DEPENDS deps
+    DEPENDS BRLCAD_BLD
     )
 elseif("${CMAKE_GENERATOR}" MATCHES "Ninja")
   add_custom_target(brlcad ALL
     COMMAND cd ${BRLCAD_BINARY_DIR}/brlcad-build && ninja && ninja install
-    DEPENDS deps
+    DEPENDS BRLCAD_BLD
     )
 else()
   add_custom_target(brlcad-build
     COMMAND ${CMAKE_COMMAND} --build ${BRLCAD_BINARY_DIR}/brlcad-build
-    DEPENDS deps
+    DEPENDS BRLCAD_BLD
     )
   add_custom_target(brlcad ALL
     COMMAND ${CMAKE_COMMAND} --build ${BRLCAD_BINARY_DIR}/brlcad-build 
--target install

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