mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-25 15:49:08 -05:00
1df94443fe
Fixes: #19168
4 lines
158 B
CMake
4 lines
158 B
CMake
if (NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/.cmake/api/v1/reply)
|
|
set(RunCMake_TEST_FAILED "Failed to read FileAPI query from user config directory")
|
|
endif()
|