mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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()
|