cmake component grouping should not be ignored

In static build, the dev and binary components are grouped to generate static package
Removed the line that was ignoring the component grouping

Change-Id: Ie0ca9db109f2002891260985634f2e6b1ea7f236
Этот коммит содержится в:
Ranjith Ramakrishnan
2024-10-01 14:19:47 -07:00
родитель 9f43c9fd51
Коммит f27ae44b8c
-1
Просмотреть файл
@@ -149,7 +149,6 @@ if (ENABLE_ASAN_PACKAGING)
else()
set(CPACK_COMPONENTS_ALL binary dev)
endif()
set(CPACK_COMPONENTS_GROUPING IGNORE)
set(CPACK_DEB_COMPONENT_INSTALL ON)
set(CPACK_RPM_COMPONENT_INSTALL ON)
set(CPACK_PACKAGE_VENDOR "Advanced Micro Devices, Inc.")