mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -06: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()
|