diff --git a/neo/CMakeLists.txt b/neo/CMakeLists.txt index a35e83d3..e56816d7 100644 --- a/neo/CMakeLists.txt +++ b/neo/CMakeLists.txt @@ -490,6 +490,9 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 8) elseif(CMAKE_SIZEOF_VOID_P EQUAL 4) set(cpu_arch "x86") endif() +if(NOT MSVC) + set(cpu_arch "${cpu}") +endif() if(NOT MSVC) message(STATUS "Building ${CMAKE_BUILD_TYPE} for ${os}-${cpu}")