We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379cc80 commit 0541a35Copy full SHA for 0541a35
conanfile.py
@@ -10,7 +10,7 @@ class FBX2glTFConan(ConanFile):
10
settings = "os", "compiler", "build_type", "arch"
11
requires = (
12
("boost/1.76.0"),
13
- ("libiconv/1.16"),
+ ("libiconv/1.15"),
14
("zlib/1.2.11"),
15
("libxml2/2.9.12"),
16
("fmt/5.3.0"),
0 commit comments