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 d3a6927 commit 5f2ad9c
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 @@ -72,7 +72,7 @@ def requirements(self):
self.requires(req)
self.requires("cpython/3.12.2")
self.requires("nlopt/2.7.1")
self.requires("clipper/6.4.2")
self.requires("clipper/6.4.2@ultimaker/cura_11622") # FIXME: use main after merge

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

0 comments on commit 5f2ad9c

Please sign in to comment.