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


[ROCm/ROCR-Runtime commit: f27ae44b8c]
This commit is contained in:
Ranjith Ramakrishnan
2024-10-01 14:19:47 -07:00
parent b4ebbe7448
commit 7b21e011d2
-1
View File
@@ -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.")