-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathCMakeUrls.cmake
More file actions
29 lines (20 loc) · 1.77 KB
/
CMakeUrls.cmake
File metadata and controls
29 lines (20 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#-----------------------------------------------------------------------------
# CMake sources
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2.tar.gz")
set(unix_source_sha256 "b0231eb39b3c3cabdc568c619df78208a7bd95ea10c9b2236d61218bac1b367d")
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2.zip")
set(windows_source_sha256 "6b3ce1cb623836f971dcc0e0f9077040eaf542149ff29199f74fafdf6e8f110f")
#-----------------------------------------------------------------------------
# CMake binaries
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
set(linux32_binary_sha256 "NA")
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-linux-x86_64.tar.gz")
set(linux64_binary_sha256 "791ae3604841ca03cb3889a3ad89165346e4b180ae3448efd4b0caa9ef46d245")
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-macos10.10-universal.tar.gz")
set(macos10_10_binary_sha256 "16c228c48a3826fcf3aa149c81ecb384665b5e76e7c9378b3ff0a3accba830e8")
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-i386.zip")
set(win32_binary_sha256 "bcee59684ef5de2c08c391f4f3a8df49d4f1fdec20a009eda1c1db49cc2be1c4")
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-x86_64.zip")
set(win64_binary_sha256 "83d20c23f5c5f64b3b328785e35b23c532e33057a97ed6294acaca3781b78a01")
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.2/cmake-4.3.2-windows-arm64.zip")
set(winarm64_binary_sha256 "42a2a88fc57e70d04a92f6eaaac2094241995f53584bc2afdae7e6ef982b3781")