Skip to content

Commit

Permalink
Update conanfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Nov 17, 2021
1 parent 98efa90 commit 9490c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class FBX2glTFConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
("boost/1.76.0"),
("libiconv/1.15@bincrafters/stable"),
("libiconv/1.15"),
("zlib/1.2.11"),
("libxml2/2.9.9@bincrafters/stable"),
("fmt/5.3.0@bincrafters/stable"),
("libxml2/2.9.12"),
("fmt/5.3.0"),
)
generators = "cmake_find_package", "cmake_paths"

Expand Down

0 comments on commit 9490c5c

Please sign in to comment.