mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Changed: Search MySQL headers in mysql subfolder too
This commit is contained in:
parent
41e103bc7a
commit
b24255e0d1
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ IF(MYSQL_INCLUDE_DIR AND MYSQL_LIBRARIES)
|
|||
ELSE(MYSQL_INCLUDE_DIR AND MYSQL_LIBRARIES)
|
||||
|
||||
FIND_PATH(MYSQL_INCLUDE_DIR mysql.h
|
||||
PATH_SUFFIXES mysql
|
||||
/usr/include/mysql
|
||||
/usr/local/include/mysql
|
||||
/opt/local/include/mysql5/mysql
|
||||
|
|
Loading…
Reference in a new issue