mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix detection of odbc and apache2 for Fedora (#4461)
This commit is contained in:
parent
a92ab6d41d
commit
d6dfa257e1
@ -26,6 +26,7 @@ find_path(APACHE2_INCLUDE_DIR httpd.h
|
||||
${APACHE2_ROOT_INCLUDE_DIRS}
|
||||
PATHS
|
||||
${PC_APACHE2_INCLUDE_DIRS}
|
||||
/usr/include/httpd
|
||||
/usr/local/include/apache2
|
||||
/usr/include/apache2
|
||||
)
|
||||
|
@ -36,6 +36,7 @@ find_path(ODBC_INCLUDE_DIR
|
||||
PATHS
|
||||
${PC_ODBC_INCLUDE_DIRS}
|
||||
/usr/include
|
||||
/usr/include/libiodbc
|
||||
/usr/local/include
|
||||
/usr/local/odbc/include
|
||||
/usr/local/iodbc/include
|
||||
|
Loading…
Reference in New Issue
Block a user