Skip to content

Commit

Permalink
revert line based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gegles committed Mar 31, 2024
1 parent 25be4f5 commit 8d48926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/openssl/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,6 @@ def _module_file_rel_path(self):
def package_info(self):
self.cpp_info.set_property("cmake_file_name", "OpenSSL")
self.cpp_info.set_property("cmake_find_mode", "both")
self.cpp_info.set_property("cmake_target_name", "openssl::openssl")
self.cpp_info.set_property("pkg_config_name", "openssl")
self.cpp_info.set_property("cmake_build_modules", [self._module_file_rel_path])
self.cpp_info.names["cmake_find_package"] = "OpenSSL"
Expand Down

0 comments on commit 8d48926

Please sign in to comment.