mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 14:34:28 +02:00
fixing last commit typo
This commit is contained in:
parent
9c06fa08fd
commit
62e5e152ba
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if (WIN32)
|
|||
list(APPEND CMAKE_PREFIX_PATH ${SOURCE_DIR}/lib/cmake)
|
||||
|
||||
set(SSL_DIR ${SOURCE_DIR}/ssl)
|
||||
et(OPENSSL_ROOT_DIR ${SSL_DIR})
|
||||
set(OPENSSL_ROOT_DIR ${SSL_DIR})
|
||||
message("SSL dir is ${SSL_DIR}")
|
||||
set(OPENSSL_USE_STATIC_LIBS TRUE)
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
|
Loading…
Reference in a new issue