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
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user