summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDmitriy Eshenko <dmitriy.eshenko@accel-ppp.org>2023-12-30 11:05:19 +0300
committerGitHub <noreply@github.com>2023-12-30 11:05:19 +0300
commit19c36e593d9b74a0f95582b6343b0921cd31e32a (patch)
treeae785d729fe8f879b1a492679bbf103fd8b76340 /cmake
parentb26eda1793b8e566053d53e5e212282763794231 (diff)
parenta77daef0c1b695b19f1989530d804262298e4d2d (diff)
downloadaccel-ppp-19c36e593d9b74a0f95582b6343b0921cd31e32a.tar.gz
accel-ppp-19c36e593d9b74a0f95582b6343b0921cd31e32a.zip
Merge pull request #119 from svlobanov/ub2404
ci: add ubuntu 24.04 support, disable mainline kernel build
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 30d7f4d1..14e06244 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -85,6 +85,11 @@ IF(CPACK_TYPE STREQUAL Ubuntu22)
INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake)
ENDIF(CPACK_TYPE STREQUAL Ubuntu22)
+IF(CPACK_TYPE STREQUAL Ubuntu24)
+ SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.35), libssl3 (>= 3.0.2), libpcre3 (>= 8.39)")
+ INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake)
+ENDIF(CPACK_TYPE STREQUAL Ubuntu24)
+
IF(CPACK_TYPE STREQUAL Centos7)
SET(CPACK_RPM_PACKAGE_LICENSE "GPL")
SET(CPACK_RPM_PACKAGE_URL "http://accel-ppp.org")