aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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)
295endif() 296endif()
296if(CMAKE_SYSTEM_NAME MATCHES "HP-UX") 297if(CMAKE_SYSTEM_NAME MATCHES "HP-UX")
297 set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread) 298 set(OPENSSL_LIBS ${OPENSSL_LIBS} pthread)