mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Copy latest changes from mysql connector library
This commit is contained in:
parent
5e16f32ed3
commit
c6adbf98f1
@ -24,7 +24,11 @@ else()
|
|||||||
NAMES mysql_version.h
|
NAMES mysql_version.h
|
||||||
PATH_SUFFIXES mysql
|
PATH_SUFFIXES mysql
|
||||||
)
|
)
|
||||||
find_library(MySQL_LIBRARY NAMES mysqlclient mysqlclient_r)
|
find_library(MySQL_LIBRARY
|
||||||
|
NAMES mysqlclient mysqlclient_r
|
||||||
|
PATH_SUFFIXES mysql # for CentOS 7
|
||||||
|
)
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
|
Loading…
Reference in New Issue
Block a user