From f27ae44b8cffe52a58587aab8f660a441b36edba Mon Sep 17 00:00:00 2001 From: Ranjith Ramakrishnan Date: Tue, 1 Oct 2024 14:19:47 -0700 Subject: [PATCH] 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 --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c55218c16..496429d149 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.")