Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6993e593d774b2fa681d39ea9d1e24e305c459d
/
.
/
Tests
/
RunCMake
/
configure_file
/
RerunCMake.cmake
blob: 98387d038bc8edfa2d6434317807e1776375f476 [
file
]
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
)