Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
SarifOutput
/
SarifFileArgumentScript-check.cmake
blob: 55d8091cd6ba00a4f5797c82d3b4b1a2cc9dc392 [
file
] [
log
] [
blame
] [
edit
]
# 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
()