SarifFileArgument-check.cmake 180 B

1234
  1. # Make sure the output exists
  2. if (NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/test_cmake_run.sarif")
  3. message(FATAL_ERROR "SARIF file not generated in the expected location")
  4. endif()