Skip to content

Help: Fix copy_directory description

Leonid Pospelov requested to merge (removed):fix-copy-directory-docs into master

cmake.1.rst now has the correct description of what copy_directory does.

The description was taken from cmcmd.cxx (line 86):

...
<< "  copy_directory <dir>... destination   - copy content of <dir>... "
       "directories to 'destination' directory\n"
...

Fixes #18626 (closed)

Merge request reports