diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-19 16:25:58 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-19 17:45:50 +0100 |
| commit | d6ae5289b603dae07e5204695a7735d86a9c1c1e (patch) | |
| tree | 1c7be6f92d968e2d627cd5254f7d048d181da9e0 /travis/linux_gcc | |
| parent | cde119a2512341c07f775a8ee8f49c6920ec74f0 (diff) | |
| download | PROJ-d6ae5289b603dae07e5204695a7735d86a9c1c1e.tar.gz PROJ-d6ae5289b603dae07e5204695a7735d86a9c1c1e.zip | |
Build: add optional curl dependency
Diffstat (limited to 'travis/linux_gcc')
| -rwxr-xr-x | travis/linux_gcc/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/linux_gcc/before_install.sh b/travis/linux_gcc/before_install.sh index d4deb85e..9db2ea89 100755 --- a/travis/linux_gcc/before_install.sh +++ b/travis/linux_gcc/before_install.sh @@ -9,7 +9,7 @@ sudo apt-get install -qq \ lcov \ doxygen graphviz \ sqlite3 libsqlite3-dev \ - libtiff-dev \ + libtiff-dev libcurl4-openssl-dev \ cppcheck scripts/cppcheck.sh |
