Unused.
This commit is contained in:
parent
ac35ea351f
commit
0b1240635b
|
@ -18,13 +18,7 @@ class FBX2glTFConan(ConanFile):
|
||||||
generators = "cmake_find_package", "cmake_paths"
|
generators = "cmake_find_package", "cmake_paths"
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
if (
|
pass
|
||||||
self.settings.compiler == "gcc"
|
|
||||||
and self.settings.compiler.libcxx == "libstdc++"
|
|
||||||
):
|
|
||||||
raise Exception(
|
|
||||||
"Rerun 'conan install' with argument: '-s compiler.libcxx=libstdc++11'"
|
|
||||||
)
|
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
cmake = CMake(self)
|
cmake = CMake(self)
|
||||||
|
|
Loading…
Reference in New Issue