4 lines
97 B
CMake
4 lines
97 B
CMake
if(NOT EXISTS ${outfile})
|
|
set(RunCMake_TEST_FAILED "removed non-directory ${outfile}")
|
|
endif()
|