mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
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
7 lines
206 B
ReStructuredText
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.
|