aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 01effbf..7867249 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -936,7 +936,8 @@ if(NOT ENABLE_ASM)
936 add_definitions(-DOPENSSL_NO_ASM) 936 add_definitions(-DOPENSSL_NO_ASM)
937else() 937else()
938 if(MSVC) 938 if(MSVC)
939 if(NOT "${CMAKE_GENERATOR}" MATCHES "Win64") 939 if((NOT "${CMAKE_GENERATOR}" MATCHES "Win64") AND
940 (NOT "${CMAKE_GENERATOR_PLATFORM}" STREQUAL "x64"))
940 add_definitions(-DOPENSSL_NO_ASM) 941 add_definitions(-DOPENSSL_NO_ASM)
941 endif() 942 endif()
942 elseif(WIN32) 943 elseif(WIN32)