cmake/Tests/RunCMake/CommandLine/E_remove_directory-two-directories-and-file-check.cmake
2019-11-11 23:01:05 +01:00

4 lines
97 B
CMake

if(NOT EXISTS ${outfile})
set(RunCMake_TEST_FAILED "removed non-directory ${outfile}")
endif()