Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
ScriptModeSarifVariable.cmake
blob: d2f2a658a57cfd920f2b7080a8f91e5a258b183a [
file
]
# 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
)