Skip to content

Commit

Permalink
Remove cpp_info.name for OpenSSL
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <[email protected]>
  • Loading branch information
uilianries committed Jan 16, 2020
1 parent 4034e34 commit eef5c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/openssl/ALL/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ def package(self):
tools.rmdir(os.path.join(self.package_folder, "lib", "pkgconfig"))

def package_info(self):
self.cpp_info.name = "OpenSSL"
self.cpp_info.names["cmake_find_package"] = "OpenSSL"
self.cpp_info.names["cmake_find_package_multi"] = "OpenSSL"
if self._use_nmake:
if self._full_version < "1.1.0":
self.cpp_info.libs = ["ssleay32", "libeay32"]
Expand Down

0 comments on commit eef5c92

Please sign in to comment.