diff options
author | Brad King <brad.king@kitware.com> | 2013-11-20 14:08:38 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-11-20 14:08:38 (GMT) |
commit | 6703508a31953dd0ee437ce0623508a01e8b4580 (patch) | |
tree | 2b4c45df14be6f9867a21c523431cd2b8fd0633d | |
parent | 7df3a10a5e414960633f401151d6042b64375c3a (diff) | |
parent | 2751b934a3db08ae2a543ece43e55b55c2a5de41 (diff) | |
download | CMake-6703508a31953dd0ee437ce0623508a01e8b4580.zip CMake-6703508a31953dd0ee437ce0623508a01e8b4580.tar.gz CMake-6703508a31953dd0ee437ce0623508a01e8b4580.tar.bz2 |
Merge topic 'add-missing-parent-group'
2751b93 CPackComponent: handle the documented PARENT_GROUP parameter
-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} ) |