Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e44b551e8d0e96bc52836bdf8b9c0355c20e3800
/
.
/
Tests
/
RunCMake
/
CommandLine
/
env-export-compile-commands-unset-check.cmake
blob: c5878f063427f08849d53c1bcc71c419a3660a05 [
file
] [
log
] [
blame
]
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/compile_commands.json"
)
set
(
RunCMake_TEST_FAILED
"compile_commands.json generated with CMAKE_EXPORT_COMPILE_COMMANDS unset"
)
endif
()