mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03: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()
|