ToggleExportSarifVariable.cmake 292 B

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