diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2024-05-28 21:46:28 +0200 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2024-06-02 14:30:48 +0200 |
commit | d9fc4be48641bc7116e4dacbdb5e3115c3181a89 (patch) | |
tree | 13b80f8df13d56702bfa3ea94ee5a37c5e1992f7 /cmake | |
parent | bf7b43e7d10d2a5719438a27cb8a3400ce52e06e (diff) | |
download | accel-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.cmake | 1 |
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>") |