Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CrosscompilingEmulator
/
AddCustomCommand-build-check.cmake
blob: 45c66eae3748a264ff80fe3383e8c51a264bb73f [
file
] [
log
] [
blame
] [
edit
]
foreach
(
output IN ITEMS output1 output2 output3 output4 output5
)
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/${output}"
)
set
(
RunCMake_TEST_FAILED
"Failed to create output:\n ${RunCMake_TEST_BINARY_DIR}/${output}"
)
return
()
endif
()
endforeach
()