Use a fixed Connector-C version
The connectors should be built from a known release.
This commit is contained in:
parent
5b3c0b8b81
commit
52fd2f011f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user