mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Merge topic 'add-missing-parent-group'
2751b93 CPackComponent: handle the documented PARENT_GROUP parameter
This commit is contained in:
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user