Revision: 77294
http://sourceforge.net/p/brlcad/code/77294
Author: starseeker
Date: 2020-09-30 21:48:01 +0000 (Wed, 30 Sep 2020)
Log Message:
-----------
To make sure the steps execute in series in the cmake --build, make two
separate targets.
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:43:42 UTC (rev 77293)
+++ brlcad/branches/thirdparty_rework/src/superbuild/CMakeLists.txt
2020-09-30 21:48:01 UTC (rev 77294)
@@ -261,11 +261,14 @@
DEPENDS deps
)
else()
- add_custom_target(brlcad ALL
+ add_custom_target(brlcad-build
COMMAND ${CMAKE_COMMAND} --build ${BRLCAD_BINARY_DIR}/brlcad-build
- COMMAND ${CMAKE_COMMAND} --build ${BRLCAD_BINARY_DIR}/brlcad-build
--target install
DEPENDS deps
)
+ add_custom_target(brlcad ALL
+ COMMAND ${CMAKE_COMMAND} --build ${BRLCAD_BINARY_DIR}/brlcad-build
--target install
+ DEPENDS brlcad-build
+ )
endif()
# Local Variables:
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