7c7efd1ed9
CPACK_* variables expect component name in upper case. CPACK_RPM_* variables expected component name to be in same case as component name. This patch adds support for CPACK_RPM_* variables with upper case component names to match the convention with CPACK_* variables and also preserves same case component names for back compatibility.
6 lines
171 B
CMake
6 lines
171 B
CMake
set(CPACK_RPM_COMPONENT_INSTALL "ON")
|
|
|
|
set(CPACK_RPM_PACKAGE_GROUP "default")
|
|
set(CPACK_RPM_PKG_2_PACKAGE_NAME "second")
|
|
set(CPACK_RPM_PKG_2_PACKAGE_GROUP "second_group")
|