Skip to content

Commit

Permalink
added oracle headers search path
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Apr 8, 2020
1 parent 09415bd commit 3a2918f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/oracle/ocispatial/cmake/FindOCI.cmake
Expand Up @@ -15,6 +15,7 @@ FIND_PATH(OCI_INCLUDE_DIR oci.h
${ORACLE_INCLUDEDIR}
$ENV{OSGEO4W_ROOT}/include
$ENV{ORACLE_HOME}/rdbms/public
$ENV{ORACLE_HOME}/include
)

FIND_LIBRARY(OCI_LIBRARY clntsh oci
Expand Down

0 comments on commit 3a2918f

Please sign in to comment.