diff options
author | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 17:27:39 +0200 |
---|---|---|
committer | Mauro Sardara <msardara+fdio@cisco.com> | 2017-04-13 17:27:39 +0200 |
commit | f67983fcd706709b7f1bcf70fa185c33be95624a (patch) | |
tree | 2091158dfb1c8a2d9951ce527a56ee8526294882 | |
parent | 42a28589031fa60c64c255875dfceeb3fea2a93a (diff) |
Installing boost dev for compatibility between trusty and xenial
Change-Id: Iae7f50f7bda51cc372b65fadee21ae1e021da767
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 22427d55..c6823cea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,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), libboost-system1.58.0, libboost-regex1.58.0, libboost-filesystem1.58.0, libicnet (>= 1.0)") + SET(CPACK_${TYPE}_PACKAGE_DEPENDS "longbow (>= 1.0), libevent-2.0-5, libssl1.0.0, libparc (>= 1.0), libccnx-common (>= 1.0), libboost-system-dev (>= 1.53), libboost-regex-dev (>= 1.53), libboost-filesystem-dev (>= 1.53), libicnet (>= 1.0)") elseif (RPM_PACKAGE) SET(TYPE "RPM") SET(GENERATOR "RPM") |