diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4183499..838b7e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -331,7 +331,8 @@ if(SIZEOF_TIME_T STREQUAL "4") | |||
331 | endif() | 331 | endif() |
332 | add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T}) | 332 | add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T}) |
333 | 333 | ||
334 | set(OPENSSL_LIBS tls ssl crypto ${PLATFORM_LIBS}) | 334 | set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS}) |
335 | set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) | ||
335 | 336 | ||
336 | add_subdirectory(crypto) | 337 | add_subdirectory(crypto) |
337 | add_subdirectory(ssl) | 338 | add_subdirectory(ssl) |