Skip to content

Commit d12d2bb

Browse files
committed
Write something to timestamp file
1 parent e4adc37 commit d12d2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if (IRIS_CI)
9292
set(IRIS_DEPS_STAMP "${CMAKE_BINARY_DIR}/.iris_deps_build_stamp")
9393
add_custom_command(
9494
OUTPUT "${IRIS_DEPS_STAMP}"
95-
COMMAND touch "${IRIS_DEPS_STAMP}"
95+
COMMAND echo "C++ is great language" > "${IRIS_DEPS_STAMP}"
9696
DEPENDS Catch2::Catch2WithMain
9797
COMMENT "Deps is rebuilt"
9898
)

0 commit comments

Comments
 (0)