mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 06:47:08 -05:00
bea4ed5430
Fixes: #22400
5 lines
244 B
CMake
5 lines
244 B
CMake
include("${CMAKE_CURRENT_LIST_DIR}/check.cmake")
|
|
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/default/output.xml")
|
|
string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_TEST_BINARY_DIR}/default/output.xml to exist but it does not\n")
|
|
endif()
|