Fixed: Missing PATHS in MySQL CMake module
This commit is contained in:
parent
c0b80fd891
commit
d1ef9e473d
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