Update conanfile.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 08:08:56 -08:00
parent 98efa909e2
commit 9490c5c6c0
1 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,10 @@ 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@bincrafters/stable"), ("libiconv/1.15"),
("zlib/1.2.11"), ("zlib/1.2.11"),
("libxml2/2.9.9@bincrafters/stable"), ("libxml2/2.9.12"),
("fmt/5.3.0@bincrafters/stable"), ("fmt/5.3.0"),
) )
generators = "cmake_find_package", "cmake_paths" generators = "cmake_find_package", "cmake_paths"