diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f7c6a1..fd755ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -292,6 +292,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") | |||
292 | if (HAVE_CLOCK_GETTIME) | 292 | if (HAVE_CLOCK_GETTIME) |
293 | set(OPENSSL_LIBS ${OPENSSL_LIBS} rt) | 293 | set(OPENSSL_LIBS ${OPENSSL_LIBS} rt) |
294 | endif() | 294 | endif() |
295 | set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) | ||
295 | endif() | 296 | endif() |
296 | if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") | 297 | if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") |
297 | set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) | 298 | set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) |