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

Adds OPENSSL_BUILD_WITH_INSTALL_NAMES option #15

Closed
wants to merge 3 commits into from

Conversation

skeptopic
Copy link

With this option you can make OpenSSL build with library names that can be found by find_package(OpenSSL)

relates to #14

enginelesscc added a commit to enginelesscc/openssl-cmake that referenced this pull request Jan 21, 2022
@janbar
Copy link
Owner

janbar commented Feb 25, 2022

Your parent project can install them as it need. This project is not intended to install anything. It allows to build libs to be linked with a parent project.
The included install option allows to generate libs with names awaited by Qt or others major frameworks.
If you only want to install openssl, then your should use the official build system.

@janbar janbar closed this Feb 25, 2022
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.

2 participants