Skip to content

Commit

Permalink
(#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 Jul 13, 2023
1 parent bf7061d commit de737d5
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 de737d5

Please sign in to comment.