From 0b1240635b3518a92d174c7ce381296b5afd3a1f Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 28 Nov 2021 12:51:28 -0800 Subject: [PATCH] Unused. --- conanfile.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/conanfile.py b/conanfile.py index cb623ec..7722cc0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -18,13 +18,7 @@ class FBX2glTFConan(ConanFile): generators = "cmake_find_package", "cmake_paths" def configure(self): - if ( - self.settings.compiler == "gcc" - and self.settings.compiler.libcxx == "libstdc++" - ): - raise Exception( - "Rerun 'conan install' with argument: '-s compiler.libcxx=libstdc++11'" - ) + pass def build(self): cmake = CMake(self)