diff options
author | click <none@none> | 2010-06-17 00:22:12 +0200 |
---|---|---|
committer | click <none@none> | 2010-06-17 00:22:12 +0200 |
commit | b637ddf1ce9f2fc593f4ed32d0e90462eac20ed3 (patch) | |
tree | 851d6dd49d8986b7cd6fbb17c7eb4695e59e2612 /cmake/FindMySQL.cmake | |
parent | a71d549bc3c7df93d297e40d466fa5a70c8f51f5 (diff) |
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
Diffstat (limited to 'cmake/FindMySQL.cmake')
-rw-r--r-- | cmake/FindMySQL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |