Skip to content

Commit

Permalink
added oracle headers search path
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Apr 8, 2020
1 parent b73bd58 commit accc2a4
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 accc2a4

Please sign in to comment.