From b637ddf1ce9f2fc593f4ed32d0e90462eac20ed3 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 17 Jun 2010 00:22:12 +0200 Subject: Tempfix for detecting the threadsafe mysl-library (the detectionroutine needs to properly use mysql_config if available, and for some odd reason it doesn't) --HG-- branch : trunk --- cmake/FindMySQL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/FindMySQL.cmake') diff --git a/cmake/FindMySQL.cmake b/cmake/FindMySQL.cmake index e213fb1126d..bfe12cd1b09 100644 --- a/cmake/FindMySQL.cmake +++ b/cmake/FindMySQL.cmake @@ -84,7 +84,7 @@ find_path(MYSQL_INCLUDE_DIR find_library( MYSQL_LIBRARY NAMES - mysql libmysql mysqlclient + mysql libmysql mysqlclient_r PATHS ${MYSQL_ADD_INCLUDE_PATH} /usr/lib -- cgit v1.2.3