
Rerun CMake when `cmake_install.cmake` or `CTestTestfile.cmake` are out of date. This enables regeneration if a subdirectory is removed before invoking `ninja`. Fixes: #26396
5 lines
134 B
CMake
5 lines
134 B
CMake
file(READ ${stamp} content)
|
|
if(NOT content STREQUAL 5)
|
|
set(RunCMake_TEST_FAILED "Expected stamp '5' but got: '${content}'")
|
|
endif()
|