mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user