mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05:00
4 lines
145 B
CMake
4 lines
145 B
CMake
if(NOT EXISTS "${RunCMake_TEST_BINARY_DIR}/output")
|
|
message(FATAL_ERROR "Failed to create output: ${RunCMake_TEST_BINARY_DIR}/output")
|
|
endif()
|