E_rm_non_recursive_directory-two-directories-check.cmake 136 B

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