Revision: 77161
          http://sourceforge.net/p/brlcad/code/77161
Author:   starseeker
Date:     2020-09-14 17:03:40 +0000 (Mon, 14 Sep 2020)
Log Message:
-----------
This should be an "ALL" custom target, so a build always stages the 
bin/benchmark script whether anything requrires it or not.

Modified Paths:
--------------
    brlcad/trunk/bench/CMakeLists.txt

Modified: brlcad/trunk/bench/CMakeLists.txt
===================================================================
--- brlcad/trunk/bench/CMakeLists.txt   2020-09-14 13:43:41 UTC (rev 77160)
+++ brlcad/trunk/bench/CMakeLists.txt   2020-09-14 17:03:40 UTC (rev 77161)
@@ -22,7 +22,7 @@
   COMMAND "${CMAKE_COMMAND}" -E touch  
${CMAKE_CURRENT_BINARY_DIR}/benchmark-${CMAKE_CFG_INTDIR}-done
   DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/run.sh
   )
-add_custom_target(benchmark_cp DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/benchmark-${CMAKE_CFG_INTDIR}-done)
+add_custom_target(benchmark_cp ALL DEPENDS 
${CMAKE_CURRENT_BINARY_DIR}/benchmark-${CMAKE_CFG_INTDIR}-done)
 set_target_properties(benchmark_cp PROPERTIES FOLDER "Benchmark")
 if(CMAKE_CONFIGURATION_TYPES)
   foreach(CFG_TYPE ${CMAKE_CONFIGURATION_TYPES})

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