mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
abbe41578d
Closes: #26587
5 lines
180 B
CMake
5 lines
180 B
CMake
# Make sure the output exists
|
|
if (NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/test_cmake_run.sarif")
|
|
message(FATAL_ERROR "SARIF file not generated in the expected location")
|
|
endif()
|