aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c2e4ba..2f0dfa0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -341,9 +341,6 @@ elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "SunOS" AND "${CMAKE_SYSTEM_PROCESSOR}" S
341 set(HOST_X86_64 true) 341 set(HOST_X86_64 true)
342elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86_64|amd64|AMD64)") 342elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86_64|amd64|AMD64)")
343 set(HOST_X86_64 true) 343 set(HOST_X86_64 true)
344 if (MSVC)
345 set(ENABLE_ASM false)
346 endif()
347elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(i[3-6]86|[xX]86)") 344elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(i[3-6]86|[xX]86)")
348 set(ENABLE_ASM false) 345 set(ENABLE_ASM false)
349 set(HOST_I386 true) 346 set(HOST_I386 true)
@@ -404,7 +401,6 @@ if(SIZEOF_TIME_T STREQUAL "4")
404 message(WARNING " ** Warning, this system is unable to represent times past 2038\n" 401 message(WARNING " ** Warning, this system is unable to represent times past 2038\n"
405 " ** It will behave incorrectly when handling valid RFC5280 dates") 402 " ** It will behave incorrectly when handling valid RFC5280 dates")
406endif() 403endif()
407add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T})
408 404
409set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS}) 405set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS})
410set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) 406set(LIBTLS_LIBS tls ${PLATFORM_LIBS})