Skip to content

Commit

Permalink
(conan-io#18501) libgeotiff/all: bump deps
Browse files Browse the repository at this point in the history
* libgeotiff/all: bump deps

* libgeotiff xtiffio.h includes libtiff tiffio.h
  • Loading branch information
mayeut authored and pezy committed Jul 15, 2023
1 parent 319b269 commit 69384ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/libgeotiff/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("libtiff/4.4.0")
# libgeotiff/include/xtiffio.h includes libtiff/include/tiffio.h
self.requires("libtiff/4.5.1", transitive_headers=True, transitive_libs=True)
self.requires("proj/9.1.1")

def source(self):
Expand Down

0 comments on commit 69384ee

Please sign in to comment.