E_remove_directory-directory-with-parent-check.cmake 107 B

123
  1. if(IS_DIRECTORY ${out}/parent/child)
  2. set(RunCMake_TEST_FAILED "child directory was not removed")
  3. endif()