summaryrefslogtreecommitdiff
path: root/cmake/cpack.cmake
diff options
context:
space:
mode:
authorDenys Fedoryshchenko <nuclearcat@nuclearcat.com>2024-08-18 15:36:13 +0300
committerGitHub <noreply@github.com>2024-08-18 15:36:13 +0300
commit34155624d86be9a49a39bac6e775526c510f4487 (patch)
tree8dcae22b5210233127468dc01e7bee5d1fb04916 /cmake/cpack.cmake
parent2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1 (diff)
downloadaccel-ppp-34155624d86be9a49a39bac6e775526c510f4487.tar.gz
accel-ppp-34155624d86be9a49a39bac6e775526c510f4487.zip
Revert "build: add dkms support for ipoe and vlan_mon drivers, ci optimizations"revert-145-dkms
Diffstat (limited to 'cmake/cpack.cmake')
-rw-r--r--cmake/cpack.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index 0cc6b886..3dfc2750 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
@@ -11,7 +11,6 @@ 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>")