cmake/Tests/RunCMake/configure_file/RerunCMake.cmake

5 lines
220 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
message("Running CMake on RerunCMake") # write to stderr if cmake reruns
2020-08-30 11:54:41 +02:00
add_subdirectory(RerunCMake)
2015-04-27 22:25:09 +02:00
# make sure CMakeCache.txt is newer than ConfigureFileOutput.txt
execute_process(COMMAND ${CMAKE_COMMAND} -E sleep 1)