diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a3a1347e..2fa5ff2c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ if(CMakePythonDistributions_SUPERBUILD) set(binary_archive "win32_binary") if(CMAKE_SIZEOF_VOID_P EQUAL 8) if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ARM64" OR "$ENV{SETUPTOOLS_EXT_SUFFIX}" MATCHES arm64) - set(binary_achive "winarm64_binary") + set(binary_archive "winarm64_binary") else() set(binary_archive "win64_binary") endif()