Skip to content

Commit

Permalink
gdal: bump proj conan-io#21512
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 20, 2024
1 parent 76c7b8e commit f1dc5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gdal/post_3.5.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def requirements(self):
self.requires("json-c/0.17")
self.requires("libgeotiff/1.7.1")
self.requires("libtiff/4.6.0")
self.requires("proj/9.3.1")
self.requires("proj/9.4.0")
# Used in a public header here:
# https://github.com/OSGeo/gdal/blob/v3.7.1/port/cpl_minizip_ioapi.h#L26
self.requires("zlib/[>=1.2.11 <2]", transitive_headers=True, transitive_libs=True)
Expand Down

0 comments on commit f1dc5c9

Please sign in to comment.