mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
4 lines
133 B
CMake
4 lines
133 B
CMake
if(NOT EXISTS ${out}/existing.txt)
|
|
set(RunCMake_TEST_FAILED "${out}/existing.txt should exist (we only removed the link)")
|
|
endif()
|