mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
4 lines
120 B
CMake
4 lines
120 B
CMake
if(EXISTS ${out}/d1 OR EXISTS ${out}/d2)
|
|
set(RunCMake_TEST_FAILED "${out}/d1 or ${out}/d2 should be removed")
|
|
endif()
|