Skip to content

Commit

Permalink
Changing the version in conan file. (#15)
Browse files Browse the repository at this point in the history
Now that we created a tag, pull down the tag. unbundled is a concept in non-opensource build systems (now how we are building it in eclipse).
  • Loading branch information
Steven Hartley authored Feb 28, 2024
1 parent 08a012d commit c76d984
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 @@ -40,7 +40,7 @@ class UpClientZenoh(ConanFile):

def requirements(self):
if self.options.build_unbundled:
self.requires("up-cpp/1.5.1")
self.requires("up-cpp/0.1.5.0-dev")
self.requires("zenohc/cci.20240213")
self.requires("protobuf/3.21.12" + ("@cross/cross" if self.options.build_cross_compiling else ""))
else:
Expand Down

0 comments on commit c76d984

Please sign in to comment.