Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
MaxRecursionDepth
/
ctest_run_script.cmake.in
blob: 5646a00353f55f51fa33b08b21389abeeeb4e580 [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
3.12
)
message
(
"@LEVEL_CURRENT@"
)
ctest_run_script
(
"${CMAKE_CURRENT_LIST_DIR}/ctest_run_script_@LEVEL_NEXT@.cmake"
RETURN_VALUE val
)
if
(
NOT val EQUAL
0
)
message
(
FATAL_ERROR
"Nested script failed"
)
endif
()