From 2f0c066da42d671fabb94d8404f5682f7e788089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Winzell?= Date: Sun, 14 Apr 2019 15:25:34 -0700 Subject: [PATCH] fixy --- conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 8b8d324..d997220 100644 --- a/conanfile.py +++ b/conanfile.py @@ -6,7 +6,6 @@ class FBX2glTFConan(ConanFile): settings = "os", "compiler", "build_type", "arch" requires = (("boost_filesystem/1.69.0@bincrafters/stable"), ("fmt/5.3.0@bincrafters/stable")) -# generators = "cmake" generators = "cmake_find_package", "cmake_paths" def build(self):