Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CrosscompilingEmulator
/
AddCustomCommandWithArg-build-check.cmake
blob: 691191de384a8e94db45250b1b9c9c266c74685e [
file
] [
log
] [
blame
] [
edit
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/output"
)
set
(
RunCMake_TEST_FAILED
"Failed to create output:\n ${RunCMake_TEST_BINARY_DIR}/output"
)
return
()
endif
()