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
97 B
CMake
4 lines
97 B
CMake
if(NOT EXISTS ${outfile})
|
|
set(RunCMake_TEST_FAILED "removed non-directory ${outfile}")
|
|
endif()
|