X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/a42349b9f8b4cbdcc6ad763ccf509f84fbaaf39d..2741145e6eb219cb0ccb75e729b86f8fc2b499bb:/cmake/modules/FindMySQLConnector.cmake

diff --git a/cmake/modules/FindMySQLConnector.cmake b/cmake/modules/FindMySQLConnector.cmake
index 77892f57..ecef9888 100644
--- a/cmake/modules/FindMySQLConnector.cmake
+++ b/cmake/modules/FindMySQLConnector.cmake
@@ -1,7 +1,7 @@
 find_path ( MySQLConnector_INCLUDE_DIR PATHS /usr/local/include NAMES mysql/mysql.h mysql/mysql_version.h DOC "Path to MySQLConnector header files." )
 mark_as_advanced ( MySQLConnector_INCLUDE_DIR )
 
-find_library ( MySQLConnector_LIB PATHS /usr/local/lib NAMES mysqlclient DOC "Location of MySQLConnector library." )
+find_library ( MySQLConnector_LIB PATHS /usr/local/lib /usr/local/lib/mysql-connector-c /usr/local/lib/mysql NAMES mysqlclient DOC "Location of MySQLConnector library." )
 mark_as_advanced ( MySQLConnector_LIB )
 
 if ( MySQLConnector_INCLUDE_DIR )