Skip to content

Commit

Permalink
Merge pull request #690 from uilianries/openssl/names
Browse files Browse the repository at this point in the history
Remove cpp_info.name for OpenSSL
  • Loading branch information
danimtb authored Jan 27, 2020
2 parents 10a27dc + eef5c92 commit f0988dd
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 f0988dd

Please sign in to comment.