Fix libboost-system dependency for deb package 93/6193/1
authorMauro Sardara <[email protected]>
Thu, 13 Apr 2017 14:25:18 +0000 (16:25 +0200)
committerMauro Sardara <[email protected]>
Thu, 13 Apr 2017 14:25:18 +0000 (16:25 +0200)
Change-Id: I4fa44a5475afb73de88bea422221d787c7a9ce2c
Signed-off-by: Mauro Sardara <[email protected]>
CMakeLists.txt

index cd7b550..6db5f8a 100644 (file)
@@ -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")