E_rm_recursive_directory-two-directories-check.cmake 120 B

123
  1. if(EXISTS ${out}/d1 OR EXISTS ${out}/d2)
  2. set(RunCMake_TEST_FAILED "${out}/d1 or ${out}/d2 should be removed")
  3. endif()