mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
232467eb1c
Fixes: #21362
4 lines
173 B
CMake
4 lines
173 B
CMake
if(EXISTS "${RunCMake_BINARY_DIR}/tidy-fixes.yaml")
|
|
string(APPEND RunCMake_TEST_FAILED "Expected ${RunCMake_BINARY_DIR}/tidy-fixes.yaml not to exist but it does")
|
|
endif()
|