From 3e0ff4e7897bb8bc03538f1b2643fe73de158714 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Wed, 4 Dec 2019 10:34:19 +0100 Subject: [HICN-432] Set CPACK_COMPONENT_ALL variable with the global list of components. Change-Id: I6a8c4dba362914ce4d80c86adffc8ca98ab4c2a1 Signed-off-by: Mauro Sardara --- cmake/Modules/Packager.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/Modules/Packager.cmake b/cmake/Modules/Packager.cmake index e5e3fa731..56221fcca 100644 --- a/cmake/Modules/Packager.cmake +++ b/cmake/Modules/Packager.cmake @@ -106,6 +106,7 @@ macro(make_packages) get_next_version(${tag} next_version) get_cmake_property(components COMPONENTS) + get_cmake_property(CPACK_COMPONENTS_ALL COMPONENTS) if(OS_ID MATCHES "debian" OR OS_ID_LIKE MATCHES "debian") set(CPACK_GENERATOR "DEB") -- cgit 1.2.3-korg