summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-29 13:10:14 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-29 13:10:22 (GMT)
commitce0e402934a7f93a98ee86462c472938eee9226c (patch)
tree74d0e5052a09ef09010f0eefc50973aaf7d16c13 /Modules
parente2d439a11488733511a5a258ee56dc39d543eeb7 (diff)
parent6f6e0966a74e8a9a6c2e1a0f109dda2f0123c01a (diff)
downloadCMake-ce0e402934a7f93a98ee86462c472938eee9226c.zip
CMake-ce0e402934a7f93a98ee86462c472938eee9226c.tar.gz
CMake-ce0e402934a7f93a98ee86462c472938eee9226c.tar.bz2
Merge topic 'ifw_group_option_parsing'
6f6e0966a7 CPackIFW: Add missing cpack_ifw_configure_component_group option processing Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3160
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CPackIFW.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Modules/CPackIFW.cmake b/Modules/CPackIFW.cmake
index 8380977..42ef8c7 100644
--- a/Modules/CPackIFW.cmake
+++ b/Modules/CPackIFW.cmake
@@ -616,6 +616,12 @@ macro(cpack_ifw_configure_component_group grpname)
set(_CPACK_IFWGRP_STR "\n# Configuration for IFW component group \"${grpname}\"\n")
+ foreach(_IFW_ARG_NAME ${_IFW_OPT})
+ cpack_append_option_set_command(
+ CPACK_IFW_COMPONENT_GROUP_${_CPACK_IFWGRP_UNAME}_${_IFW_ARG_NAME}
+ _CPACK_IFWGRP_STR)
+ endforeach()
+
foreach(_IFW_ARG_NAME ${_IFW_ARGS})
cpack_append_string_variable_set_command(
CPACK_IFW_COMPONENT_GROUP_${_CPACK_IFWGRP_UNAME}_${_IFW_ARG_NAME}