Skip to content

Commit

Permalink
Restore proper packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Feb 26, 2025
1 parent 028d24d commit 713936d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ def requirements(self):
self.requires(req)
if self.options.enable_arcus or self.options.enable_plugins:
self.requires("protobuf/3.21.12")
self.requires("clipper/6.4.2")
self.requires("clipper/6.4.2@ultimaker/stable")
self.requires("boost/1.83.0")
self.requires("rapidjson/cci.20230929")
self.requires("stb/cci.20230920")
self.requires("spdlog/1.12.0")
self.requires("fmt/10.2.1")
self.requires("range-v3/0.12.0")
self.requires("zlib/1.3.1")
self.requires("mapbox-wagyu/0.5.0")
self.requires("mapbox-wagyu/0.5.0@ultimaker/stable")

def generate(self):
deps = CMakeDeps(self)
Expand Down

0 comments on commit 713936d

Please sign in to comment.