mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08: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()
|