mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 04:09:33 -05:00
abbe41578d
Closes: #26587
5 lines
201 B
CMake
5 lines
201 B
CMake
# By default, no SARIF file should be generated
|
|
if (EXISTS "${RunCMake_TEST_BINARY_DIR}/.cmake/sarif/cmake.sarif")
|
|
message(FATAL_ERROR "SARIF file should not have been generated by default")
|
|
endif()
|