Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MelamudMichael authored Mar 11, 2024
1 parent 1ca4e3d commit 8abad5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class UpZenohExampleRecipe(ConanFile):

def requirements(self):
self.requires("spdlog/1.13.0")
self.requires("up-cpp/0.1.5.1-dev")
self.requires("up-client-zenoh-cpp/0.1.2-dev")
self.requires("protobuf/3.21.12" + ("@cross/cross" if self.options.build_cross_compiling else ""))

Expand Down

0 comments on commit 8abad5f

Please sign in to comment.