cmake -E remove_directory <dir...>
Remove <dir> directories and their contents. If a directory does not exist it will be silently ignored. If <dir> is a symlink to a directory, just the symlink will be removed. Use rm instead
Arguments
Name | Description |
---|---|
dir | folders |