Fixed: Missing PATHS in MySQL CMake module
--HG-- branch : develop
This commit is contained in:
parent
bf19a4c61c
commit
873f4995ce
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ELSE()
|
|||
|
||||
FIND_PATH(MYSQL_INCLUDE_DIR mysql.h
|
||||
PATH_SUFFIXES mysql
|
||||
PATHS
|
||||
/usr/include/mysql
|
||||
/usr/local/include/mysql
|
||||
/opt/local/include/mysql5/mysql
|
||||
|
|
Loading…
Reference in a new issue