summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorClément Mouline <clement@mouline.eu>2020-04-15 17:01:59 +0200
committerVladislav Grishenko <themiron@users.noreply.github.com>2020-04-16 22:15:07 +0500
commit7f95043c0c10c13d2ed29914025c6e8f6e77ae53 (patch)
tree827a18fa12b9feda08cfb972a3073bf8966b6d96 /cmake
parented7b28722ec8513838b49699a862a69055c8c596 (diff)
downloadaccel-ppp-xebd-7f95043c0c10c13d2ed29914025c6e8f6e77ae53.tar.gz
accel-ppp-xebd-7f95043c0c10c13d2ed29914025c6e8f6e77ae53.zip
cpack: adding support for ubuntu 20
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index ffb5395..be4c085 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -53,6 +53,11 @@ IF(CPACK_TYPE STREQUAL Ubuntu18)
INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake)
ENDIF(CPACK_TYPE STREQUAL Ubuntu18)
+IF(CPACK_TYPE STREQUAL Ubuntu20)
+ SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.31), libssl1.1 (>= 1.1.1d), libpcre3 (>= 8.39)")
+ INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake)
+ENDIF(CPACK_TYPE STREQUAL Ubuntu20)
+
IF(CPACK_TYPE STREQUAL Centos7)
SET(CPACK_RPM_PACKAGE_LICENSE "GPL")
SET(CPACK_RPM_PACKAGE_URL "http://accel-ppp.org")