We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaf8fb commit 5da89cdCopy full SHA for 5da89cd
conanfile.py
@@ -11,7 +11,7 @@ class FBX2glTFConan(ConanFile):
11
requires = (
12
("boost/1.76.0"),
13
("libiconv/1.15@bincrafters/stable"),
14
- ("zlib/1.2.11@conan/stable"),
+ ("zlib/1.2.11"),
15
("libxml2/2.9.9@bincrafters/stable"),
16
("fmt/5.3.0@bincrafters/stable"),
17
)
0 commit comments