
The `make_directory` command can make multiple directories in a single invocation. Make `remove_directory` mirror that behavior.
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()
|