Skip to content

Commit

Permalink
Restore required clipper depdendancy
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 24, 2024
1 parent 852b4a8 commit 84735d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ def requirements(self):
self.requires("cpython/3.12.2")
self.requires("nlopt/2.7.1")

# Although not a direct dependency, clipper is for some reason required at link-time
self.requires("clipper/6.4.2@ultimaker/cura_11622") # FIXME: use main after merge

def validate(self):
if self.settings.compiler.cppstd:
check_min_cppstd(self, self._min_cppstd)
Expand Down

0 comments on commit 84735d1

Please sign in to comment.