summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/configure_file/RerunCMake.cmake
blob: 98387d038bc8edfa2d6434317807e1776375f476 (plain)
1
2
3
4
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)