Skip to content

Commit c214cae

Browse files
committed
Declare openssl dependency
1 parent 2ce9b6e commit c214cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/ed25519/all/conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ def package_info(self):
7474
self.cpp_info.libs = ["ed25519"]
7575
self.cpp_info.set_property("cmake_file_name", "ed25519")
7676
self.cpp_info.set_property("cmake_target_name", "ed25519::ed25519")
77+
self.cpp_info.requires = ["openssl::ssl"]

0 commit comments

Comments
 (0)