Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
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
()