Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conanfile.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/conanfile.py b/conanfile.py
index 077272eb9e..0a24eddd18 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -85,6 +85,8 @@ class CuraConan(ConanFile):
def configure(self):
self.options["*"].shared = True
+ if self.settings.os == "Windows":
+ self.options["mpdecimal"].cxx = False
def validate(self):
if self.version and tools.Version(self.version) <= tools.Version("4"):