cmake/Tests/RunCMake/CommandLine/E_remove_directory-symlink-dir-check.cmake
2020-02-01 23:06:01 +01:00

7 lines
195 B
CMake

if(EXISTS ${out}/link_dir)
set(RunCMake_TEST_FAILED "did not remove ${out}/link_dir")
endif()
if(NOT EXISTS ${out}/dir)
set(RunCMake_TEST_FAILED "should not have removed ${out}/dir")
endif()