Skip to content

Commit

Permalink
Use custom clipper recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Sep 18, 2024
1 parent fff1d61 commit 51a7bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def layout(self):

def requirements(self):
if self.options.geometries == "clipper":
self.requires("clipper/6.4.2", transitive_headers=True)
self.requires("clipper/6.4.2@ultimaker/cura_11622", transitive_headers=True) # FIXME: use main after merge
if self.options.geometries == "boost" or self.options.geometries == "clipper":
self.requires("boost/1.83.0", transitive_headers=True)
if self.options.optimizer == "nlopt":
Expand Down

0 comments on commit 51a7bcc

Please sign in to comment.