From bb1e36e2a5ccb2e22d09a3f326e43868f1488f00 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 1 Mar 2016 14:35:07 +0200 Subject: [PATCH] Updated connector version The v2.2.1 tag had a bug where the timeouts were not working. --- cmake/BuildMariaDBConnector.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BuildMariaDBConnector.cmake b/cmake/BuildMariaDBConnector.cmake index 4afda77d4..d35b4cfd2 100644 --- a/cmake/BuildMariaDBConnector.cmake +++ b/cmake/BuildMariaDBConnector.cmake @@ -10,7 +10,7 @@ include(ExternalProject) set(MARIADB_CONNECTOR_C_REPO "https://github.com/MariaDB/mariadb-connector-c.git" CACHE STRING "MariaDB Connector-C Git repository") -set(MARIADB_CONNECTOR_C_TAG "v2.2.1" +set(MARIADB_CONNECTOR_C_TAG "connector_c_2.2" CACHE STRING "MariaDB Connector-C Git tag") ExternalProject_Add(connector-c