Skip to content

Commit

Permalink
Remove openssl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 29, 2024
1 parent df9d4f9 commit 1a5d3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def layout(self):
def requirements(self):
self.requires("protobuf/3.21.12", transitive_headers = True)
self.requires("asio-grpc/2.9.2")
self.requires("openssl/3.2.1")

def validate(self):
# validate the minimum cpp standard supported. For C++ projects only
Expand Down

0 comments on commit 1a5d3b2

Please sign in to comment.