File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ if(CMakePythonDistributions_SUPERBUILD)
80
80
set (binary_archive "win32_binary" )
81
81
if ((CMAKE_SIZEOF_VOID_P EQUAL 8) AND NOT (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ARM64" ))
82
82
set (binary_archive "win64_binary" )
83
+ elseif (DEFINED ENV{SETUPTOOLS_EXT_SUFFIX} AND $ENV{SETUPTOOLS_EXT_SUFFIX} MATCHES arm64)
84
+ set (binary_achive "winarm64_binary" )
83
85
endif ()
84
86
endif ()
85
87
check_archive_var("${binary_archive} " )
Original file line number Diff line number Diff line change @@ -24,3 +24,6 @@ set(win32_binary_sha256 "ddd115257a19ff3dd18fc63f32a00ae742f8b62d2e39bc3546
24
24
25
25
set (win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-x86_64.zip" )
26
26
set (win64_binary_sha256 "b46030c10cab1170355952f9ac59f7e6dabc248070fc53f15dff11d4ed2910f8" )
27
+
28
+ set (winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-arm64.zip" )
29
+ set (winarm64_binary_sha256 "350e4a6361329cb6245b59a5eeb59ce96e2980ce5d149cd5384f6009eec04c9f" )
You can’t perform that action at this time.
0 commit comments