summaryrefslogtreecommitdiff
path: root/Modules/CPackComponent.cmake
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2013-11-19 21:22:44 +0100
committerNils Gladitz <nilsgladitz@gmail.com>2013-11-19 21:22:44 +0100
commit2751b934a3db08ae2a543ece43e55b55c2a5de41 (patch)
treeef25bb36420c7e69eff2daab133e1a985f90a54a /Modules/CPackComponent.cmake
parent1da77bf1ee4f3ba315ebb00da2eaeac474614cad (diff)
downloadcmake-2751b934a3db08ae2a543ece43e55b55c2a5de41.tar.gz
CPackComponent: handle the documented PARENT_GROUP parameter
Diffstat (limited to 'Modules/CPackComponent.cmake')
-rw-r--r--Modules/CPackComponent.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake
index aff876468f..1433d9e23a 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}
)