cmake/Tests/RunCMake/CommandLine/E_remove_directory-two-directories-and-file-check.cmake

4 lines
97 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
if(NOT EXISTS ${outfile})
set(RunCMake_TEST_FAILED "removed non-directory ${outfile}")
endif()