mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
CPackIFW: Add missing cpack_ifw_configure_component_group option processing
Both commit88ecfd8ba1(CPackIFW: Add some options, 2016-11-11, v3.8.0-rc1~248^2) and commite5089c562c(CPackIFW: Add some options, 2017-01-24, v3.8.0-rc1~53^2) added some options to this macro's documentation and implementation, but the actual processing of the parsed options was never added. Add it now. Reviewed-by: Konstantin Podsvirov <konstantin@podsvirov.pro>
This commit is contained in:
committed by
Brad King
parent
bf02d62532
commit
6f6e0966a7
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user