Closed artivis closed 6 years ago
With some internal CMake configuration we are facing the following error
Unknown CMake command "catkin_run_tests_target"
This is fixed with the evaluation of the catkin test-flag (this pr). See e.g. http://wiki.ros.org/roslaunch#Catkin
Great, thanks!
Eval
CATKIN_ENABLE_TESTING
prior to callroslaunch_add_file_check
to ensure the function is defined.