cmake/Tests/RunCMake/CommandLine/E_rm_file_force_existing-check.cmake
2020-08-30 11:54:41 +02:00

4 lines
101 B
CMake

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