mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 23:30:35 -06:00
The variable CPACK_ARCHIVE_FILE_NAME (added in 9e06e97d30)
only works if per-component packaging is enabled. This isn't obvious
from the documentation.
Make it also work for non-component packages and adjust documentation.
Fixes: #8769