Skip to content

Commit

Permalink
(conan-io#8096) openssl 3.x: fix cmake file name
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored and ivanvurbanov committed Dec 2, 2021
1 parent d9ba4de commit 785e1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/openssl/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ def _module_file_rel_path(self):
"conan-official-{}-variables.cmake".format(self.name))

def package_info(self):
self.cpp_info.set_property("cmake_file_name", "OpenSSL")
self.cpp_info.set_property("cmake_target_name", "OpenSSL")
self.cpp_info.set_property("pkg_config_name", "openssl")

Expand Down

0 comments on commit 785e1ca

Please sign in to comment.