CMake: Fix capitalization of OpenSSL components
This commit is contained in:
parent
e917c54433
commit
645fe32ca3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue