janbar / openssl-cmake

Build OpenSSL with CMake on MacOS, Win32, Win64 and cross compile for Android, IOS
Other
267 stars 138 forks source link

Adds `OPENSSL_BUILD_WITH_INSTALL_NAMES` option #15

Closed skeptopic closed 2 years ago

skeptopic commented 3 years ago

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

relates to https://github.com/janbar/openssl-cmake/issues/14

janbar commented 2 years ago

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.