diff --git a/conanfile.py b/conanfile.py index 5208be2c4d..75ecfbb351 100644 --- a/conanfile.py +++ b/conanfile.py @@ -210,8 +210,8 @@ class CuraConan(ConanFile): )) def configure(self): - self.options["arcus"].shared = True - self.options["savitar"].shared = True + self.options["pyarcus"].shared = True + self.options["pysavitar"].shared = True self.options["pynest2d"].shared = True self.options["cpython"].shared = True