diff --git a/conanfile.py b/conanfile.py index f315358..825f818 100644 --- a/conanfile.py +++ b/conanfile.py @@ -59,6 +59,7 @@ class Bigfoot(ConanFile): if(self.options.build_tools): self.options["assimp"].with_ifc = False + self.options["pugixml"].no_exceptions = True def build_requirements(self): self.tool_requires("bin2cpp/1.0.0@bigfootdev/main")