MXS-951: Backport fix to 2.0

Backported the fix for 2.0.4.
This commit is contained in:
Markus Mäkelä
2017-01-27 14:19:51 +02:00
parent 78545b2c5c
commit 22698fdf21
2 changed files with 5 additions and 2 deletions

View File

@ -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