Disable plugins for Enterprise

This would then default to default behaviour of slots

Contributes to CURA-10475
This commit is contained in:
Jelle Spijker 2023-05-19 09:05:06 +02:00
parent c65f0e1493
commit c11c23c173
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -262,6 +262,8 @@ class CuraConan(ConanFile):
self.options["pysavitar"].shared = True
self.options["pynest2d"].shared = True
self.options["cpython"].shared = True
if self._enterprise:
self.options["curaengine"].enable_plugins = False
def validate(self):
version = self.conf_info.get("user.cura:version", default = self.version, check_type = str)