Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/master
/
.
/
Tests
/
RunCMake
/
InstallParallel
/
serial-mask-check.cmake
blob: 3e8cb97e2f0d441183c6325a991e309de9268a94 [
file
] [
edit
]
file
(
GLOB_RECURSE ok_files
"${RunCMake_TEST_BINARY_DIR}/install/*ok.txt"
)
if
(
ok_files
)
set
(
RunCMake_TEST_FAILED
"comp_ok was installed after comp_fail failed; serial fail-fast not honored: ${ok_files}"
)
endif
()