mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 05:39:57 -05:00
3beb2c440b
Update documentation for the change made by commit e6c9a8bac3 (cmake:
Teach -E remove_directory to remove directory symlinks, 2019-08-26).
Also add a release note.
Issue: #19533
7 lines
257 B
ReStructuredText
7 lines
257 B
ReStructuredText
remove_directory-symlink
|
|
------------------------
|
|
|
|
* The :manual:`cmake(1)` ``-E remove_directory`` command-line tool,
|
|
when given the path to a symlink to a directory, now removes just
|
|
the symlink. It no longer removes content of the linked directory.
|