Update conanfile.py

This commit is contained in:
Kenneth Fong 2022-09-23 22:54:40 -07:00 committed by GitHub
parent 67d2956a07
commit a30a832829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ class FBX2glTFConan(ConanFile):
requires = (
("boost_filesystem/1.69.0@bincrafters/stable"),
("libiconv/1.15@bincrafters/stable"),
("zlib/1.2.11@conan/stable"),
("zlib/1.2.12@conan/stable"),
("libxml2/2.9.9@bincrafters/stable"),
("fmt/5.3.0@bincrafters/stable"),
("fmt/5.3.0"),
)
generators = "cmake_find_package", "cmake_paths"