Skip to content

Commit

Permalink
(conan-io#23144) cimg: use libpng version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Mar 19, 2024
1 parent d80f708 commit d43ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cimg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def requirements(self):
if self.options.enable_openexr:
self.requires("openexr/3.2.1")
if self.options.enable_png:
self.requires("libpng/1.6.40")
self.requires("libpng/[>=1.6 <2]")
if self.options.enable_tiff:
self.requires("libtiff/4.6.0")
if self.options.enable_ffmpeg:
Expand Down

0 comments on commit d43ed39

Please sign in to comment.