mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
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.log")
|
|
string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_TEST_BINARY_DIR}/default/output.log to exist but it does not\n")
|
|
endif()
|