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

Strangely named library files mean find_package OpenSSL doesn't work #14

Open
skeptopic opened this issue Sep 22, 2020 · 2 comments
Open

Comments

@skeptopic
Copy link

I notices that because this builds OpenSSL with library names like:

crypto_1_1x

instead of crypto

it means if you build/install OpenSSL with this repo, it won't be findable via find_package(OpenSSL)

So I made a little flag in my fork to prevent that renaming. It's called OPENSSL_BUILD_WITH_INSTALL_NAMES

I'm sending a PR if you want to take it!

@skeptopic
Copy link
Author

#15

@janbar
Copy link
Owner

janbar commented Oct 19, 2020

Yep, the renaming is effective on Windows platform to be conform with Qt5 usage.

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

No branches or pull requests

2 participants