Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
ScriptModeSarifVariable.cmake
blob: d2f2a658a57cfd920f2b7080a8f91e5a258b183a [
file
] [
log
] [
blame
] [
edit
]
# Try enabling SARIF output in script mode
# No file should be generated since script mode ignores the variable
set
(
CMAKE_EXPORT_SARIF ON CACHE BOOL
"Export SARIF results"
FORCE
)