We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4adc37 commit d12d2bbCopy full SHA for d12d2bb
1 file changed
test/CMakeLists.txt
@@ -92,7 +92,7 @@ if (IRIS_CI)
92
set(IRIS_DEPS_STAMP "${CMAKE_BINARY_DIR}/.iris_deps_build_stamp")
93
add_custom_command(
94
OUTPUT "${IRIS_DEPS_STAMP}"
95
- COMMAND touch "${IRIS_DEPS_STAMP}"
+ COMMAND echo "C++ is great language" > "${IRIS_DEPS_STAMP}"
96
DEPENDS Catch2::Catch2WithMain
97
COMMENT "Deps is rebuilt"
98
)
0 commit comments