mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
CMake: Fix capitalization of OpenSSL components
This commit is contained in:
parent
e917c54433
commit
645fe32ca3
@ -86,7 +86,7 @@ endif()
|
|||||||
#
|
#
|
||||||
# ------------ OpenSSL ------------
|
# ------------ OpenSSL ------------
|
||||||
#
|
#
|
||||||
find_package(OpenSSL COMPONENTS ssl crypto QUIET)
|
find_package(OpenSSL COMPONENTS SSL Crypto QUIET)
|
||||||
|
|
||||||
package_option(OPENSSL
|
package_option(OPENSSL
|
||||||
DEFAULT ON
|
DEFAULT ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user