Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
75f361a00c09d223bf2b0384155ef7804922a1ff
/
.
/
Tests
/
RunCMake
/
UseSWIG
/
CMP0086-NEW-nuild-check.cmake
blob: ea8b2cdcb870def12b5f04ae0f498a59314784f5 [
file
] [
log
] [
blame
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/new_example.py"
)
set
(
RunCMake_TEST_FAILED
"Not found expected file: '${RunCMake_TEST_BINARY_DIR}/new_example.py'."
)
endif
()