Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 5, 2020
1 parent 5d6716d commit a9bef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis_build/qgis_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ "$WITH_ORACLE" == "true" ]]; then
if [ ! -d "$ORACLE_CLIENT" ]; then
error "invalid oracle basic-light client $ORACLE_CLIENT"
fi
ORACLE_CMAKE="-DWITH_ORACLE=TRUE -DOCI_INCLUDEDIR=$ORACLE_SDK/include -DORACLE_LIBDIR=$ORACLE_CLIENT"
ORACLE_CMAKE="-DWITH_ORACLE=TRUE -DORACLE_INCLUDEDIR=$ORACLE_SDK/include -DORACLE_LIBDIR=$ORACLE_CLIENT"
else
ORACLE_CMAKE="-DWITH_ORACLE=FALSE"
fi
Expand Down

0 comments on commit a9bef8d

Please sign in to comment.