Raise iconv version.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 08:43:19 -08:00
parent f0bfc799e4
commit 73a85408cd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class FBX2glTFConan(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = ( requires = (
("boost/1.76.0"), ("boost/1.76.0"),
("libiconv/1.15"), ("libiconv/1.16"),
("zlib/1.2.11"), ("zlib/1.2.11"),
("libxml2/2.9.12"), ("libxml2/2.9.12"),
("fmt/5.3.0"), ("fmt/5.3.0"),