E_rm_recursive_file_link_existing-check.cmake 133 B

123
  1. if(NOT EXISTS ${out}/existing.txt)
  2. set(RunCMake_TEST_FAILED "${out}/existing.txt should exist (we only removed the link)")
  3. endif()