Skip to content

Commit

Permalink
Remove now useless dependencies options
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 19, 2024
1 parent 60a64da commit 8d40c61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def config_options(self):
del self.options.enable_sentry

def configure(self):
self.options["boost"].header_only = True
self.options["clipper"].shared = True
if self.options.enable_arcus or self.options.enable_plugins:
self.options["protobuf"].shared = False
Expand Down Expand Up @@ -114,7 +113,6 @@ def requirements(self):
if self.options.enable_plugins:
self.requires("neargye-semver/0.3.0")
self.requires("asio-grpc/2.9.2")
self.requires("grpc/1.54.3")
for req in self.conan_data["requirements_plugins"]:
self.requires(req)
if self.options.with_cura_resources:
Expand Down

0 comments on commit 8d40c61

Please sign in to comment.