Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
CommandLine
/
env-export-compile-commands-override-check.cmake
blob: 032a1ae1e1d73a4ae4225b2993bbb451d117b4f4 [
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 overridden"
)
endif
()