File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1229,7 +1229,7 @@ function(myci_declare_application name)
12291229 # declare run-<name> target
12301230 add_custom_target (run-${name} )
12311231 add_dependencies (run-${name} ${name} )
1232- set_target_properties (run-${name} PROPERTIES FOLDER "Runs " )
1232+ set_target_properties (run-${name} PROPERTIES FOLDER "Tasks " )
12331233
12341234 add_custom_command (TARGET run-${name}
12351235 POST_BUILD
@@ -1263,7 +1263,7 @@ function(myci_declare_test)
12631263 endif ()
12641264
12651265 if (NOT TARGET ${arg_RUN_TARGET} )
1266- message (FATAL_ERROR "the target ${arg_RUN_TARGET} does not exist" )
1266+ message (FATAL_ERROR "myci_declare_test(): the target ${arg_RUN_TARGET} does not exist" )
12671267 endif ()
12681268
12691269 add_dependencies (test ${arg_RUN_TARGET} )
You can’t perform that action at this time.
0 commit comments