mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 20:29:56 -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