summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2024-05-28 21:46:28 +0200
committerSergey V. Lobanov <sergey@lobanov.in>2024-06-02 14:30:48 +0200
commitd9fc4be48641bc7116e4dacbdb5e3115c3181a89 (patch)
tree13b80f8df13d56702bfa3ea94ee5a37c5e1992f7 /cmake
parentbf7b43e7d10d2a5719438a27cb8a3400ce52e06e (diff)
downloadaccel-ppp-d9fc4be48641bc7116e4dacbdb5e3115c3181a89.tar.gz
accel-ppp-d9fc4be48641bc7116e4dacbdb5e3115c3181a89.zip
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index 3dfc275..0cc6b88 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -11,6 +11,7 @@ endif()
list(GET VERSION_LIST 0 CPACK_PACKAGE_VERSION_MAJOR)
list(GET VERSION_LIST 1 CPACK_PACKAGE_VERSION_MINOR)
list(GET VERSION_LIST 2 CPACK_PACKAGE_VERSION_PATCH)
+SET(CPACK_PACKAGE_VERSION_PATCH "${CPACK_PACKAGE_VERSION_PATCH}~${CPACK_TYPE}")
SET(CPACK_PACKAGE_NAME "accel-ppp")
SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>")