Use a fixed Connector-C version

The connectors should be built from a known release.
This commit is contained in:
Markus Mäkelä 2019-07-17 10:36:03 +03:00
parent 5b3c0b8b81
commit 52fd2f011f
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -9,7 +9,7 @@ set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git
CACHE STRING "MariaDB Connector-C Git repository")
# Connector-C tag to use
set(MARIADB_CONNECTOR_C_TAG "3.1"
set(MARIADB_CONNECTOR_C_TAG "v3.1.2"
CACHE STRING "MariaDB Connector-C Git tag")
ExternalProject_Add(connector-c