We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I notices that because this builds OpenSSL with library names like:
crypto_1_1x
instead of crypto
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
OPENSSL_BUILD_WITH_INSTALL_NAMES
I'm sending a PR if you want to take it!
The text was updated successfully, but these errors were encountered:
#15
Sorry, something went wrong.
Yep, the renaming is effective on Windows platform to be conform with Qt5 usage.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: