Closed skeptopic closed 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.
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