MXS-951: Backport fix to 2.0
Backported the fix for 2.0.4.
This commit is contained in:
@ -10,8 +10,8 @@ include(ExternalProject)
|
||||
set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git"
|
||||
CACHE STRING "MariaDB Connector-C Git repository")
|
||||
|
||||
# Release 2.2.3 of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.0"
|
||||
# Release 2.3.2 of the Connector-C
|
||||
set(MARIADB_CONNECTOR_C_TAG "v2.3.2"
|
||||
CACHE STRING "MariaDB Connector-C Git tag")
|
||||
|
||||
ExternalProject_Add(connector-c
|
||||
|
Reference in New Issue
Block a user