]> git.stg.codes - stg.git/blobdiff - cmake/modules/FindMySQLConnector.cmake
More FreeBSD paths.
[stg.git] / cmake / modules / FindMySQLConnector.cmake
index 77892f57e9545aabafab17b321db26eb038437e7..ecef9888264c55d64873a4ef1c16c60124497f28 100644 (file)
@@ -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 )