Only include binaries in CPack zip, not man pages

This commit is contained in:
Rangi
2026-09-21 18:34:50 -04:00
committed by Rangi
parent 629074bc28
commit 6da3c3c38d
3 changed files with 5 additions and 2 deletions
+2
View File
@@ -245,5 +245,7 @@ set(CPACK_STRIP_FILES ON) # Only applies to binary packages, not sources.
set(CPACK_VERBATIM_VARIABLES ON)
set(CPACK_THREADS 0) # Use all available CPU cores.
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
include(CPack)