We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69ee71 commit b383c38Copy full SHA for b383c38
1 file changed
CMakeLists.txt
@@ -67,7 +67,7 @@ SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
67
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING")
68
SET(CPACK_PACKAGE_VERSION_MAJOR "${VERSION_MAJOR}")
69
SET(CPACK_PACKAGE_VERSION_MINOR "${VERSION_MINOR}")
70
-SET(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}")
+SET(CPACK_PACKAGE_VERSION_PATCH "${VERSION_PATCH}")
71
72
#DEB configuration
73
SET(CPACK_DEBIAN_PACKAGE_SECTION "libs")
0 commit comments