Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CrosscompilingEmulator
/
AddCustomCommandWithArg-build-check.cmake
blob: 9ca610660553122a3b22586ffcc78c9db7557edc [
file
] [
log
] [
blame
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/output"
)
message
(
FATAL_ERROR
"Failed to create output: ${RunCMake_TEST_BINARY_DIR}/output"
)
endif
()