Files
CMake/Help/release/dev/install-DIRECTORY-exclude-empty.rst
Hao Dong b70ef48b27 install(DIRECTORY): Add EXCLUDE_EMPTY_DIRECTORIES option
EXCLUDE_EMPTY_DIRECTORIES option excludes empty directories under the
directory to install. A directory is considered not empty if and only if
the directory contains at least one file or one symbolic link or one
none-empty sub-directory.

Closes: #19189
2025-05-06 10:59:24 -04:00

7 lines
206 B
ReStructuredText

install-DIRECTORY-exclude-empty
-------------------------------
* The :command:`install(DIRECTORY)` command gained a new
``EXCLUDE_EMPTY_DIRECTORIES`` option to skip installation
of empty directories.