Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
ScriptModeSarifVariable-check.cmake
blob: c69e4d9c4dbef84cec3f520d5eb04b3bc09edb68 [
file
] [
log
] [
blame
] [
edit
]
# Script mode should ignore the SARIF project variable and export nothing
if
(
EXISTS
"${RunCMake_TEST_BINARY_DIR}/.cmake/sarif/cmake.sarif"
)
message
(
FATAL_ERROR
"SARIF file should not have been generated in script mode"
)
endif
()