Skip to content

Commit

Permalink
docker/ubuntu-full/bh-gdal.sh: build drivers with external dependenci…
Browse files Browse the repository at this point in the history
…es as plugins (GDAL_ENABLE_PLUGINS=ON) [ci skip]
  • Loading branch information
rouault committed Feb 4, 2024
1 parent c4505ed commit a58174f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/ubuntu-full/bh-gdal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ wget -q "https://github.com/${GDAL_REPOSITORY}/archive/${GDAL_VERSION}.tar.gz" \
-DBUILD_TESTING=OFF \
-DPROJ_INCLUDE_DIR="/build${PROJ_INSTALL_PREFIX-/usr/local}/include" \
-DPROJ_LIBRARY="/build${PROJ_INSTALL_PREFIX-/usr/local}/lib/libinternalproj.so" \
-DGDAL_ENABLE_PLUGINS=ON \
-DGDAL_USE_TIFF_INTERNAL=ON \
-DBUILD_PYTHON_BINDINGS=ON \
-DGDAL_USE_GEOTIFF_INTERNAL=ON ${GDAL_CMAKE_EXTRA_OPTS}
Expand Down

0 comments on commit a58174f

Please sign in to comment.