Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl-3.x.x: Migrating names and build_modules to set_property format #8059

Merged

Conversation

franramirez688
Copy link
Contributor

@franramirez688 franramirez688 commented Nov 15, 2021

Specify library name and version: openssl/3.x.x


  • I've read the guidelines for contributing.
  • I've followed the PEP8 style guides for Python code in the recipes.
  • I've used the latest Conan client version.
  • I've tried at least one configuration locally with the
    conan-center hook activated.

@conan-center-bot
Copy link
Collaborator

All green in build 1 (15d2acb41f7cd58b38f9cb8385bede7d4d09e029):

  • openssl/3.0.0@:
    All packages built successfully! (All logs)

@SSE4 SSE4 requested a review from uilianries November 18, 2021 09:22
@conan-center-bot conan-center-bot merged commit b6c299c into conan-io:master Nov 18, 2021
self.cpp_info.names["cmake_find_package"] = "OpenSSL"
self.cpp_info.names["cmake_find_package_multi"] = "OpenSSL"
self.cpp_info.names["pkg_config"] = "openssl"
self.cpp_info.set_property("cmake_target_name", "OpenSSL")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have forgotten cmake_file_name, now it generates Findopenssl.cmake instead of FindOpenSSL.cmake. Therefore test package uses built-in FindOpenSSL.cmake from CMake installation instead of conan generated one.

@SpaceIm SpaceIm mentioned this pull request Nov 18, 2021
4 tasks
@db4 db4 mentioned this pull request Nov 20, 2021
4 tasks
ivanvurbanov pushed a commit to ivanvurbanov/conan-center-index that referenced this pull request Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants