Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8dc3ef670d6b4986b821691c4ec3edd11d714d42
/
.
/
Tests
/
RunCMake
/
File_Configure
/
SubDir-check.cmake
blob: 1e825878cd2a43605c7319147802ac11d4305cf0 [
file
] [
log
] [
blame
]
set
(
expected
"${RunCMake_TEST_BINARY_DIR}/SubDir/out.txt"
)
if
(
NOT EXISTS
"${expected}"
)
set
(
RunCMake_TEST_FAILED
"Expected file not created:\n ${expected}"
)
endif
()