diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
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) |
342 | elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(x86_64|amd64|AMD64)") | 342 | elseif("${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() | ||
347 | elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "(i[3-6]86|[xX]86)") | 344 | elseif("${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") |
406 | endif() | 403 | endif() |
407 | add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T}) | ||
408 | 404 | ||
409 | set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS}) | 405 | set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS}) |
410 | set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) | 406 | set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) |