File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ ENDMACRO()
79
79
# Get mysql version and other interesting variables
80
80
GET_MYSQL_VERSION ()
81
81
82
+ SET (SHARED_LIB_PATCH_VERSION ${PATCH_VERSION} )
83
+
82
84
SET (MYSQL_TCP_PORT_DEFAULT "3306" )
83
85
84
86
IF (NOT MYSQL_TCP_PORT )
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ IF(NOT DISABLE_SHARED)
272
272
SET (OS_SHARED_LIB_VERSION "${SHARED_LIB_MAJOR_VERSION} " )
273
273
ELSE ()
274
274
SET (OS_SHARED_LIB_VERSION
275
- "${SHARED_LIB_MAJOR_VERSION} .${SHARED_LIB_MINOR_VERSION} .0 " )
275
+ "${SHARED_LIB_MAJOR_VERSION} .${SHARED_LIB_MINOR_VERSION} .${SHARED_LIB_PATCH_VERSION} " )
276
276
ENDIF ()
277
277
# Name of shared library is mysqlclient on Unix
278
278
SET_TARGET_PROPERTIES (libmysql PROPERTIES
You can’t perform that action at this time.
0 commit comments