From 9b02711f5979c7fe94ad4626b24829ad01721829 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Tue, 14 Apr 2026 22:48:45 +0200 Subject: [PATCH] pugixml no exceptions --- conanfile.py | 1 + 1 file changed, 1 insertion(+) 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")