Forgot a couple required OSX and Unix library names
This commit is contained in:
parent
14e2e6e1ad
commit
961788dba4
@ -40,7 +40,9 @@ else(MYSQL_INCLUDE_DIR AND MYSQL_LIBRARY)
|
||||
else(WIN32 AND MSVC)
|
||||
find_library(MYSQL_LIBRARY
|
||||
NAMES
|
||||
mysql
|
||||
mysqlclient
|
||||
mysqlclient_r
|
||||
mysql
|
||||
libmysql
|
||||
PATHS
|
||||
/usr/lib/mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user