cmake/Tests/RunCMake/configure_file/RerunCMake.cmake
2020-08-30 11:54:41 +02:00

5 lines
220 B
CMake

message("Running CMake on RerunCMake") # write to stderr if cmake reruns
add_subdirectory(RerunCMake)
# make sure CMakeCache.txt is newer than ConfigureFileOutput.txt
execute_process(COMMAND ${CMAKE_COMMAND} -E sleep 1)