Revision: 77507
http://sourceforge.net/p/brlcad/code/77507
Author: starseeker
Date: 2020-10-19 19:26:26 +0000 (Mon, 19 Oct 2020)
Log Message:
-----------
Don't skip libexppp in dependency setup.
Modified Paths:
--------------
brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
Modified: brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
2020-10-19 16:45:11 UTC (rev 77506)
+++ brlcad/branches/thirdparty_rework/src/superbuild/stepcode.cmake
2020-10-19 19:26:26 UTC (rev 77507)
@@ -73,6 +73,7 @@
foreach(SCLIB ${STEPCODE_LIBS})
add_dependencies(${SCEXEC}_exe_stage ${SCLIB}_stage)
endforeach(SCLIB ${STEPCODE_LIBS})
+ add_dependencies(${SCEXEC}_exe_stage libexppp_stage)
endforeach(SCEXEC ${STEPCODE_EXECS})
ExternalProject_ByProducts(stepcore STEPCODE_BLD ${STEPCODE_INSTDIR}
${INCLUDE_DIR}/stepcode
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