diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ec2ac6..c86cb8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,10 @@ if (cpu STREQUAL "x86_64" AND X86) set(cpu "x86") endif() +if (MSVC AND CMAKE_CL_64) + set(cpu "amd64") +endif() + # target os if (APPLE) set(os "macosx")