Skip to content

Commit

Permalink
GDAL cryptopp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alazarolop committed Aug 19, 2020
1 parent 35b617e commit 6e7c84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/osgeo-gdal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ def configure_args
"--with-epsilon=#{Formula["epsilon"].opt_prefix}",
"--with-sfcgal=#{Formula["sfcgal"].opt_bin}/sfcgal-config",
"--with-armadillo=#{Formula["armadillo"].opt_prefix}",
#"--with-cryptopp=yes",
#"--with-crypto=yes",
"--with-cryptopp=no",
"--with-crypto=no",
"--with-grass=no",
"--with-libgrass=no",
"--with-fme=no",
Expand Down

0 comments on commit 6e7c84c

Please sign in to comment.