Files
CMake/Tests/RunCMake/SarifOutput/ToggleExportSarifVariable.cmake
2025-01-29 08:43:19 -05:00

7 lines
292 B
CMake

# Generate potential SARIF results
include("${CMAKE_CURRENT_LIST_DIR}/GenerateSarifResults.cmake")
# Enable SARIF logging at the end for the most behavior coverage
# All results should be captured regardless of when enabled
set(CMAKE_EXPORT_SARIF ON CACHE BOOL "Export SARIF results" FORCE)