mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
abbe41578d
Closes: #26587
7 lines
292 B
CMake
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)
|