aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-12-04 10:34:19 +0100
committerMauro Sardara <msardara@cisco.com>2019-12-04 10:34:19 +0100
commit3e0ff4e7897bb8bc03538f1b2643fe73de158714 (patch)
treebe9d505a810e377d793a2c325cd90e9743e25d37 /cmake
parentac2224ae8845f414c1a7fa85aab4e7287fb1df84 (diff)
[HICN-432] Set CPACK_COMPONENT_ALL variable with the global list of components.
Change-Id: I6a8c4dba362914ce4d80c86adffc8ca98ab4c2a1 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/Packager.cmake1
1 files changed, 1 insertions, 0 deletions
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")