diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2013-11-19 20:22:44 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2013-11-19 20:22:44 (GMT) |
commit | 2751b934a3db08ae2a543ece43e55b55c2a5de41 (patch) | |
tree | ef25bb36420c7e69eff2daab133e1a985f90a54a /Modules/CPackComponent.cmake | |
parent | 1da77bf1ee4f3ba315ebb00da2eaeac474614cad (diff) | |
download | CMake-2751b934a3db08ae2a543ece43e55b55c2a5de41.zip CMake-2751b934a3db08ae2a543ece43e55b55c2a5de41.tar.gz CMake-2751b934a3db08ae2a543ece43e55b55c2a5de41.tar.bz2 |
CPackComponent: handle the documented PARENT_GROUP parameter
Diffstat (limited to 'Modules/CPackComponent.cmake')
-rw-r--r-- | Modules/CPackComponent.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index aff8764..1433d9e 100644 --- a/Modules/CPackComponent.cmake +++ b/Modules/CPackComponent.cmake @@ -446,7 +446,7 @@ endmacro() macro(cpack_add_component_group grpname) string(TOUPPER ${grpname} CPACK_ADDGRP_UNAME) cpack_parse_arguments(CPACK_COMPONENT_GROUP_${CPACK_ADDGRP_UNAME} - "DISPLAY_NAME;DESCRIPTION" + "DISPLAY_NAME;DESCRIPTION;PARENT_GROUP" "EXPANDED;BOLD_TITLE" ${ARGN} ) |