mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
07a80c7002
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()
|