diff options
author | Brad King <brad.king@kitware.com> | 2017-05-15 14:05:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-15 14:12:46 (GMT) |
commit | 8b410453938358b1e035fc01d55f3cd1f737b7b6 (patch) | |
tree | d8cbdaf337b70fbb0b72541b7c1b6cc7cd774bd6 /Modules/GNUInstallDirs.cmake | |
parent | 8bd6af0d6386d1e0b26ff594b7d42621d67b5985 (diff) | |
download | CMake-8b410453938358b1e035fc01d55f3cd1f737b7b6.zip CMake-8b410453938358b1e035fc01d55f3cd1f737b7b6.tar.gz CMake-8b410453938358b1e035fc01d55f3cd1f737b7b6.tar.bz2 |
FindOpenSSL: Restore support for crypto-only result
Since commit v3.8.0-rc1~132^2 (FindOpenSSL: Check that both CRYPTO and
SSL libraries are present, 2017-01-03) we require both crypto and ssl
libraries to be present. This makes sense because `OPENSSL_LIBRARIES`
lists both and breaks when one is not found. However, prior to that
fix we supported finding only the crypto library and using it through
the imported target. Drop the requirement for ssl to restore support
for using crypto alone.
Later this module should be taught to support the `COMPONENTS` argument
of `find_package`.
Fixes: #16882
Diffstat (limited to 'Modules/GNUInstallDirs.cmake')
0 files changed, 0 insertions, 0 deletions