Skip to content

Commit 71effa3

Browse files
authored
Update to CMake 3.25.0 (#316)
1 parent ef9526c commit 71effa3

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

CMakeUrls.cmake

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3.tar.gz")
5-
set(unix_source_sha256 "b53aa10fa82bff84ccdb59065927b72d3bee49f4d86261249fc0984b3b367291")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0.tar.gz")
5+
set(unix_source_sha256 "306463f541555da0942e6f5a0736560f70c487178b9d94a5ae7f34d0538cdd48")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3.zip")
8-
set(windows_source_sha256 "e73a6eaefdd00d3905e7b8da4b1e22c0391e34f2e497030dbb426518d30cbfe5")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0.zip")
8+
set(windows_source_sha256 "45f1668b543ea2022387321930ad22cbcb5e6cef5e7e786f68f2ffc7fd2d66b5")
99

1010
#-----------------------------------------------------------------------------
1111
# CMake binaries
1212

1313
set(linux32_binary_url "NA") # Linux 32-bit binaries not available
1414
set(linux32_binary_sha256 "NA")
1515

16-
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "8e3d048c7fb26767b00db6a55025aa380d91f45d8f3749e9b9961ef25744b102")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "ac634d6f0a81d7089adc7be5acff66a6bee3b08615f9a947858ce92a9ef59c8b")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "a7420134925849ea01fbc2c99f8db6f431383868954f70e4db304fc38cb973a6")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "d0e0849e8198f4637c0c863704d214af8eeabfaaa3a4f72725f3f8c10338bf92")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-windows-i386.zip")
23-
set(win32_binary_sha256 "f5a1a1314e539f04a5466a8b5e11d831507a9c2fc233f6dc976b6e304bd1e2ae")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-i386.zip")
23+
set(win32_binary_sha256 "ddd115257a19ff3dd18fc63f32a00ae742f8b62d2e39bc354629903512f99783")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-windows-x86_64.zip")
26-
set(win64_binary_sha256 "86c605507e4175d1e1cd2fd9098d6a5b6bf6ff7f885f4b75ddfc9ac3dc1d4452")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.0/cmake-3.25.0-windows-x86_64.zip")
26+
set(win64_binary_sha256 "b46030c10cab1170355952f9ac59f7e6dabc248070fc53f15dff11d4ed2910f8")

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The suite of CMake tools were created by Kitware in response to the need
1111
for a powerful, cross-platform build environment for open-source projects
1212
such as ITK and VTK.
1313

14-
The CMake python wheels provide `CMake 3.24.3 <https://cmake.org/cmake/help/v3.24/index.html>`_.
14+
The CMake python wheels provide `CMake 3.25.0 <https://cmake.org/cmake/help/v3.25/index.html>`_.
1515

1616
Latest Release
1717
--------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The suite of CMake tools were created by Kitware in response to the need
1515
for a powerful, cross-platform build environment for open-source projects
1616
such as `ITK <https://www.itk.org>`_ and `VTK <http://www.vtk.org>`_.
1717

18-
The CMake python wheels provide `CMake 3.24.3 <https://cmake.org/cmake/help/v3.24/index.html>`_.
18+
The CMake python wheels provide `CMake 3.25.0 <https://cmake.org/cmake/help/v3.25/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

docs/update_cmake_version.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Classic procedure:
2929
2. Execute `scripts/update_cmake_version.py` command line tool with the desired
3030
``X.Y.Z`` CMake version available for download. For example::
3131

32-
$ release=3.24.3
32+
$ release=3.25.0
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.24.3'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.25.0'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.24.3' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.24.3
38-
Updating 'CMakeUrls.cmake' with CMake version 3.24.3 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.25.0' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.25.0
38+
Updating 'CMakeUrls.cmake' with CMake version 3.25.0 - done
3939
Updating docs/index.rst
4040
Updating docs/index.rst - done
4141
Updating README.rst
@@ -46,7 +46,7 @@ Classic procedure:
4646
3. Create a topic named `update-to-cmake-X.Y.Z` and commit the changes.
4747
For example::
4848

49-
release=3.24.3
49+
release=3.25.0
5050
git switch -c update-to-cmake-$release
5151
git add -u CMakeUrls.cmake docs/index.rst README.rst tests/test_distribution.py docs/update_cmake_version.rst
5252
git commit -m "Update to CMake $release"

tests/test_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def _check_cmake_install(virtualenv, tmpdir):
12-
expected_version = "3.24.3"
12+
expected_version = "3.25.0"
1313

1414
for executable_name in ["cmake", "cpack", "ctest"]:
1515
output = virtualenv.run(

0 commit comments

Comments
 (0)