We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a26d0 commit 759c5cdCopy full SHA for 759c5cd
CMakeLists.txt
@@ -81,7 +81,8 @@ function(npf_test name files)
81
set(timestamp "${CMAKE_CURRENT_BINARY_DIR}/${name}.timestamp")
82
add_custom_target(run_${name} ALL DEPENDS ${timestamp})
83
add_custom_command(OUTPUT ${timestamp}
84
- COMMAND ${name} -m && ${CMAKE_COMMAND} -E touch ${timestamp}
+ COMMAND ${name} -m
85
+ COMMAND ${CMAKE_COMMAND} -E touch ${timestamp}
86
DEPENDS ${name}
87
COMMENT "Running ${name}")
88
endfunction()
0 commit comments