Cleanup
This commit is contained in:
parent
832e3c5aeb
commit
93003b42d6
1 changed files with 1 additions and 3 deletions
|
@ -90,7 +90,7 @@ else()
|
|||
src/Platform_unix.cpp
|
||||
)
|
||||
|
||||
set(EXTRA_LIBS pthread rt)
|
||||
set(EXTRA_LIBS pthread rt dl)
|
||||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
||||
|
@ -120,8 +120,6 @@ if (WITH_TLS)
|
|||
|
||||
add_definitions(/DCPPHTTPLIB_OPENSSL_SUPPORT)
|
||||
|
||||
set(EXTRA_LIBS ${EXTRA_LIBS} dl)
|
||||
|
||||
if (OPENSSL_FOUND)
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
set(SOURCES_SSL_TLS src/3rdparty/clib-net/src/tls.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue