Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
Codegen
/
no-codegen-check.cmake
blob: 97fc46b39ab99d090417cddb61cc62d6f38a988f [
file
] [
log
] [
blame
]
# Verify generated.hpp was NOT created
set
(
unexpected
"${RunCMake_TEST_BINARY_DIR}/generated.hpp"
)
if
(
EXISTS
"${unexpected}"
)
set
(
RunCMake_TEST_FAILED
"unexpected file created:\n ${unexpected}"
)
endif
()