E_rm_file_recursive_existing-check.cmake 101 B

123
  1. if(EXISTS ${out}/existing.txt)
  2. set(RunCMake_TEST_FAILED "${out}/existing.txt not removed")
  3. endif()