summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/E_rm_recursive_directory-two-directories-check.cmake
blob: 5282da758935585994dba4602a0d8bdec349b21d (plain)
1
2
3
if(EXISTS ${out}/d1 OR EXISTS ${out}/d2)
  set(RunCMake_TEST_FAILED "${out}/d1 or ${out}/d2 should be removed")
endif()