Skip to content

Commit

Permalink
added proj4 flags for all gdal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
normanb committed May 30, 2019
1 parent b2d6487 commit 8927352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,6 @@ env:
- GDALBUILD=$HOME/gdalbuild
- PROJINST=$HOME/projinstall
- PROJBUILD=$HOME/projbuild
- LD_LIBRARY_PATH=$HOME/projbuild/lib:$LD_LIBRARY_PATH
matrix:
- GDALVERSION="1.11.5"
- GDALVERSION="2.0.3"
Expand Down
3 changes: 2 additions & 1 deletion scripts/travis_gdal_install.sh
Expand Up @@ -41,7 +41,8 @@ GDALOPTS=" --with-geos \
--without-perl \
--without-python"

PROJOPT="--with-proj=$PROJINST"
# cover both GDAL 2.1.x, 2.2.x and other versions
PROJOPT="--with-proj=$PROJINST --with-proj4=$PROJINST"

# Create build dir if not exists
if [ ! -d "$GDALBUILD" ]; then
Expand Down

0 comments on commit 8927352

Please sign in to comment.