Skip to content

Commit

Permalink
Remove openssl direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 29, 2024
1 parent ccb6d58 commit aa6b1a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def configure(self):
self.options["protobuf"].shared = False
if self.options.enable_arcus:
self.options["arcus"].shared = True
if self.settings.os == "Linux":
self.options["openssl"].shared = True

def validate(self):
super().validate()
Expand Down Expand Up @@ -125,7 +123,6 @@ def requirements(self):
self.requires("fmt/10.2.1")
self.requires("range-v3/0.12.0")
self.requires("zlib/1.3.1")
self.requires("openssl/3.2.1")
self.requires("mapbox-wagyu/0.5.0@ultimaker/cura_11622") # FIXME: use main after merge

def generate(self):
Expand Down

0 comments on commit aa6b1a0

Please sign in to comment.