Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e44b551e8d0e96bc52836bdf8b9c0355c20e3800
/
.
/
Tests
/
RunCMake
/
CrosscompilingEmulator
/
AddCustomCommand-build-check.cmake
blob: e10b161ac6604529fdcc4fe7f12de2acfa0106da [
file
] [
log
] [
blame
]
foreach
(
output IN ITEMS output1 output2 output3 output4
)
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/${output}"
)
message
(
FATAL_ERROR
"Failed to create output: ${RunCMake_TEST_BINARY_DIR}/${output}"
)
endif
()
endforeach
()