Skip to content

Commit

Permalink
fix gdal link
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Apr 9, 2019
1 parent a237e60 commit 2fd3ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/osx/build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mkdir -p build_osx
cd build_osx
export CMAKE_PREFIX_PATH=/usr/local/opt/osgeo-gdal

cmake ${CMAKE_OPTIONS} -DCMAKE_BUILD_TYPE=Rel -DENABLE_TESTS=ON ..
cmake ${CMAKE_OPTIONS} -DCMAKE_BUILD_TYPE=Rel -DENABLE_TESTS=ON -DGDAL_DIR=/usr/local/opt/osgeo-gdal ..
make

/usr/local/opt/osgeo-gdal/bin/gdalinfo --formats
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/osx/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ brew uninstall --ignore-dependencies gdal
brew uninstall --ignore-dependencies proj
brew uninstall --ignore-dependencies libgeotiff
brew uninstall --ignore-dependencies libspatialite
brew uninstall --ignore-dependencies libpostgres
brew uninstall --ignore-dependencies postgresql

brew tap osgeo/osgeo4mac
brew install hdf5
Expand Down

0 comments on commit 2fd3ea6

Please sign in to comment.