Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
RunCMake
/
CrosscompilingEmulator
/
AddCustomCommandWithArg-build-check.cmake
blob: 9ca610660553122a3b22586ffcc78c9db7557edc [
file
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/output"
)
message
(
FATAL_ERROR
"Failed to create output: ${RunCMake_TEST_BINARY_DIR}/output"
)
endif
()