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 10, 2024
1 parent d5a56f7 commit b425bc7
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 @@ -23,7 +23,7 @@ class HelloWorldRecipe(ConanFile):
# self.options["spdlog"].shared = self.options.shared

def requirements(self):
self.requires("up-client-zenoh-cpp/0.1.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 b425bc7

Please sign in to comment.