-
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.1/cmake-4.3.1.tar.gz")
set(unix_source_sha256 "0798f4be7a1a406a419ac32db90c2956936fecbf50db3057d7af47d69a2d7edb")
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1.zip")
set(windows_source_sha256 "51aacf312234ffca72a7a39a6f128d675e08f9a0773587c62c3b49647b11ae7e")
#-----------------------------------------------------------------------------
# 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.1/cmake-4.3.1-linux-x86_64.tar.gz")
set(linux64_binary_sha256 "208d76804009cbe8ec9aea0aa052c857c6e59bd289b43b9941c99324dc78b1d8")
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-macos10.10-universal.tar.gz")
set(macos10_10_binary_sha256 "d4cd6baa77f9e4964164f8257a1a301c1154c321992f75b4d39e41e27842dbb3")
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-i386.zip")
set(win32_binary_sha256 "48d1b98d15ddd1c616845d66ddc3f3ccd2f52a531ebdf31fc92ff570304a2f12")
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-x86_64.zip")
set(win64_binary_sha256 "03a610be931546474e46a442d171ef10532f4fc847de9cf76b7a8065bbef6a23")
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v4.3.1/cmake-4.3.1-windows-arm64.zip")
set(winarm64_binary_sha256 "e8aac0daf1c34f4752e9705cfe3d926a10cd42ead76d67b9cf7265c21c2cc705")