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!
I notices that because this builds OpenSSL with library names like:
crypto_1_1xinstead of
cryptoit 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_NAMESI'm sending a PR if you want to take it!