diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 16:25:18 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 16:25:18 +0200 |
commit | 003f234b5cacb9e296bb07c840eac5c4b04eeaad (patch) | |
tree | 648238ed661a6a3bdc3a81ee87504d7a1055260d | |
parent | 1b439ad4c3802b0bbf6807d200231643026cf80f (diff) |
Fix libboost-system dependency for deb package
Change-Id: I4fa44a5475afb73de88bea422221d787c7a9ce2c
Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cd7b5503..6db5f8a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ if(DEB_PACKAGE) SET(TYPE "DEBIAN") SET(GENERATOR "DEB") SET(CPACK_PACKAGE_FILE_NAME "${PACKAGE_NAME}_${PACKAGE_VERSION}_${ARCHITECTURE}") - SET(CPACK_${TYPE}_PACKAGE_DEPENDS "longbow (>= 1.0), libevent-2.0-5, libssl1.0.0, libparc (>= 1.0), libccnx-common (>= 1.0), libccnx-transport-rta (>= 1.0), libccnx-portal (>= 1.0), libboost-system-dev (>= 1.58)") + SET(CPACK_${TYPE}_PACKAGE_DEPENDS "longbow (>= 1.0), libevent-2.0-5, libssl1.0.0, libparc (>= 1.0), libccnx-common (>= 1.0), libccnx-transport-rta (>= 1.0), libccnx-portal (>= 1.0), libboost-system1.58.0 (>= 1.53)") elseif(RPM_PACKAGE) SET(TYPE "RPM") SET(GENERATOR "RPM") |