Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
Codegen
/
no-codegen-check.cmake
blob: 97fc46b39ab99d090417cddb61cc62d6f38a988f [
file
] [
log
] [
blame
] [
edit
]
# 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
()