Openssl shared on Linux static for the rest

Contribute to CURA-11080
This commit is contained in:
Jelle Spijker 2023-11-30 23:38:27 +01:00
parent b629669f77
commit 10b69e801e
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -307,10 +307,10 @@ class CuraConan(ConanFile):
self.options["pynest2d"].shared = True
self.options["dulcificum"].shared = self.settings.os != "Windows"
self.options["cpython"].shared = True
self.options["openssl"].shared = True
self.options["boost"].header_only = True
if self.settings.os == "Linux":
self.options["curaengine_grpc_definitions"].shared = True
self.options["openssl"].shared = True
def validate(self):
version = self.conf.get("user.cura:version", default = self.version, check_type = str)