Commit 6e78a9be authored by Julien Wadel's avatar Julien Wadel
Browse files

Remove useless test in cmake

1 merge request!17Remove useless test in cmake
Showing with 0 additions and 5 deletions
......@@ -37,11 +37,6 @@ set(TARGET_ARCH_DIR_P25519 arch_32)
set(TARGET_ARCH_DIR_P448 arch_32)
if(MSVC)# On MSVC Windows, Processor is always AMD64 on both platforms (x86/x64)
set(MSVC_ARCH ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID})# ${MSVC_ARCH} MATCHES "X64"
else()
set(MSVC_ARCH ${CMAKE_SYSTEM_PROCESSOR})# just to have a value
endif()
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86_64" AND NOT MSVC)#Decaf doesn't support 64bits on MSVC yet
message("Target architecture is x86_64")
set(TARGET_ARCH_DIR arch_x86_64)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment