summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-20 14:08:38 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-11-20 14:08:38 (GMT)
commit6703508a31953dd0ee437ce0623508a01e8b4580 (patch)
tree2b4c45df14be6f9867a21c523431cd2b8fd0633d
parent7df3a10a5e414960633f401151d6042b64375c3a (diff)
parent2751b934a3db08ae2a543ece43e55b55c2a5de41 (diff)
downloadCMake-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.cmake2
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}
)