This commit is contained in:
Pär Winzell 2019-04-14 15:25:34 -07:00
parent e05b9daa63
commit 2f0c066da4
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ class FBX2glTFConan(ConanFile):
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = (("boost_filesystem/1.69.0@bincrafters/stable"), requires = (("boost_filesystem/1.69.0@bincrafters/stable"),
("fmt/5.3.0@bincrafters/stable")) ("fmt/5.3.0@bincrafters/stable"))
# generators = "cmake"
generators = "cmake_find_package", "cmake_paths" generators = "cmake_find_package", "cmake_paths"
def build(self): def build(self):