Skip to content

Commit

Permalink
Align version with grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored Feb 1, 2024
1 parent 12884bb commit bb9515f
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 @@ -95,7 +95,7 @@ def layout(self):
self.cpp.build.includedirs = ["./generated"]

def requirements(self):
self.requires("protobuf/3.21.9", transitive_headers = True)
self.requires("protobuf/3.21.12", transitive_headers = True)
self.requires("boost/1.82.0")
self.requires("asio-grpc/2.6.0")
self.requires("grpc/1.50.1", transitive_headers = True)
Expand Down Expand Up @@ -175,4 +175,4 @@ def package(self):
src = self.source_folder)

def package_info(self):
self.cpp_info.libs = ["curaengine_grpc_definitions"]
self.cpp_info.libs = ["curaengine_grpc_definitions"]

0 comments on commit bb9515f

Please sign in to comment.