Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
SarifFileArgumentScript-check.cmake
blob: 55d8091cd6ba00a4f5797c82d3b4b1a2cc9dc392 [
file
]
# 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
()