mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-06 07:09:49 -06:00
4 lines
179 B
CMake
4 lines
179 B
CMake
# 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)
|