4 lines
107 B
CMake
4 lines
107 B
CMake
if(IS_DIRECTORY ${out}/parent/child)
|
|
set(RunCMake_TEST_FAILED "child directory was not removed")
|
|
endif()
|