From 9aeb1ec9b0e4df3248216bce95a1ec89ea46a694 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 16 Mar 2016 22:14:08 +0200 Subject: [PATCH] Changed Connector-C build from a branch to a commit This way even if the branch changes we will still use the commit we've tested. --- cmake/BuildMariaDBConnector.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/BuildMariaDBConnector.cmake b/cmake/BuildMariaDBConnector.cmake index f3ad4c9d3..850b0bf67 100644 --- a/cmake/BuildMariaDBConnector.cmake +++ b/cmake/BuildMariaDBConnector.cmake @@ -10,7 +10,8 @@ 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 "connector_c_2.2" +# Points to release 2.2.1 of the Connector-C +set(MARIADB_CONNECTOR_C_TAG "7fd72dfe3e5b889b974453b69f99c2e6fd4217c6" CACHE STRING "MariaDB Connector-C Git tag") ExternalProject_Add(connector-c