CMake: Fix capitalization of OpenSSL components

This commit is contained in:
Sam Edwards 2018-09-24 13:48:12 -06:00
parent e917c54433
commit 645fe32ca3

View File

@ -86,7 +86,7 @@ endif()
#
# ------------ OpenSSL ------------
#
find_package(OpenSSL COMPONENTS ssl crypto QUIET)
find_package(OpenSSL COMPONENTS SSL Crypto QUIET)
package_option(OPENSSL
DEFAULT ON