Revision: 75950
          http://sourceforge.net/p/brlcad/code/75950
Author:   starseeker
Date:     2020-05-27 01:52:01 +0000 (Wed, 27 May 2020)
Log Message:
-----------
Ensure dependencies are present

Modified Paths:
--------------
    brlcad/branches/bioh/regress/rtwizard/CMakeLists.txt

Modified: brlcad/branches/bioh/regress/rtwizard/CMakeLists.txt
===================================================================
--- brlcad/branches/bioh/regress/rtwizard/CMakeLists.txt        2020-05-27 
01:46:37 UTC (rev 75949)
+++ brlcad/branches/bioh/regress/rtwizard/CMakeLists.txt        2020-05-27 
01:52:01 UTC (rev 75950)
@@ -17,8 +17,12 @@
 else (CMAKE_CONFIGURATION_TYPES)
   add_custom_target(regress-rtwizard COMMAND ${CMAKE_CTEST_COMMAND} -L 
STAND_ALONE -R regress-rtwiz --output-on-failure --output-log 
"${CMAKE_BINARY_DIR}/regress-rtwizard_output.log")
 endif (CMAKE_CONFIGURATION_TYPES)
-add_dependencies(regress-rtwizard rtwizard)
+set_target_properties(regress-rtwizard PROPERTIES FOLDER "BRL-CAD Regression 
Tests")
 
+# This target also acts like the check target in that it depends on the
+# necessary inputs for the CTest tests
+add_dependencies(regress-rtwizard rtwizard pixcmp m35.g)
+
 # All rtwizard tests used the same script
 set(TSCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/regress-rtwiz.cmake.in")
 

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