
Add files configured by all subdirectories to `CMAKE_MAKEFILE_PRODUCTS` rather than just those from the top level. Fixes: #19719
5 lines
220 B
CMake
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)
|