Revision: 64351
          http://sourceforge.net/p/brlcad/code/64351
Author:   starseeker
Date:     2015-03-09 19:11:26 +0000 (Mon, 09 Mar 2015)
Log Message:
-----------
Add the exp2cxx target to the depends list of the schema target, in case its 
presence in the custom_command depends list isn't enough...

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/CMakeLists.txt

Modified: brlcad/trunk/src/conv/step/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/conv/step/CMakeLists.txt   2015-03-09 18:01:00 UTC (rev 
64350)
+++ brlcad/trunk/src/conv/step/CMakeLists.txt   2015-03-09 19:11:26 UTC (rev 
64351)
@@ -73,7 +73,7 @@
     COMMENT "Generating C++ code to express ${SCHEMA_NAME}..."
     VERBATIM)
   add_custom_target(step-express-${SCHEMA_NAME}-${TARGET_SUFFIX}
-    DEPENDS ${EXPRESS_OUTPUT} 
${SCHEMA_OUT_DIR}/step_express_${SCHEMA_NAME}.done)
+    DEPENDS ${EXP2CXX_EXECUTABLE_TARGET} ${EXPRESS_OUTPUT} 
${SCHEMA_OUT_DIR}/step_express_${SCHEMA_NAME}.done)
   set_target_properties(step-express-${SCHEMA_NAME}-${TARGET_SUFFIX} 
PROPERTIES FOLDER "Compilation Utilities")
 
   set(clean_files

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to