mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
fec441ec17
Fixes: #19321
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()
|