cmake/Tests/RunCMake/CommandLine/E_rm_recursive_directory-two-directories-check.cmake

4 lines
120 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
if(EXISTS ${out}/d1 OR EXISTS ${out}/d2)
set(RunCMake_TEST_FAILED "${out}/d1 or ${out}/d2 should be removed")
endif()