This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-28 12:51:28 -08:00
parent ac35ea351f
commit 0b1240635b
1 changed files with 1 additions and 7 deletions

View File

@ -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)