Skip to content

Commit 4ab8950

Browse files
authored
Update to CMake 3.26.0 (#340)
1 parent 7e6cb6c commit 4ab8950

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CMakeUrls.cmake

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

22
#-----------------------------------------------------------------------------
33
# CMake sources
4-
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3.tar.gz")
5-
set(unix_source_sha256 "cc995701d590ca6debc4245e9989939099ca52827dd46b5d3592f093afe1901c")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0.tar.gz")
5+
set(unix_source_sha256 "4256613188857e95700621f7cdaaeb954f3546a9249e942bc2f9b3c26e381365")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3.zip")
8-
set(windows_source_sha256 "a1943dd0dfc5fbd7ef10e507051bacc5f76ef6d8f1a188e6e7ab3a57df220eba")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0.zip")
8+
set(windows_source_sha256 "c9d3c06fac55a80179654102de5980b59346957d7f908b99d2b533603842e21e")
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.25.3/cmake-3.25.3-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "d4d2ba83301b215857d3b6590cd4434a414fa151c5807693abe587bd6c03581e")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "69b55523145b2e619f637e7766c413cb1b7de1f06269ea1eab4a655d59847d59")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "ea37a83cd329224c38a1938d2cf7b2656ad971dea9cf759238652746213661f8")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "52a8d45c791ed6442cd4b22ddf51aa35df24df831765ab680d763286f04a4f43")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-windows-i386.zip")
23-
set(win32_binary_sha256 "2e66cf7cbd35f392f6b9406910c68f4adfca1de9ab7a2fc4cec658c5c5cd9190")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-i386.zip")
23+
set(win32_binary_sha256 "64b29fb20c2ee5079b32b975ebf7659ca55e1b6f43fd72d0d84a1df2536c3d4c")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-windows-x86_64.zip")
26-
set(win64_binary_sha256 "d129425d569140b729210f3383c246dec19c4183f7d0afae1837044942da3b4b")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-x86_64.zip")
26+
set(win64_binary_sha256 "01191a53d0481ec0e911ba4e37ec41949013408a12dcdf92832a968fea751ea8")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "3498fea26257eebfbfc89ed17963f3d8d83c19362b90fb23517842de777a522a")
28+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-arm64.zip")
29+
set(winarm64_binary_sha256 "ec8939856138309f3809d46d5a766ccb5b1f1db539101083bcd623f2161262cf")

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.25.3 <https://cmake.org/cmake/help/v3.25/index.html>`_.
14+
The CMake python wheels provide `CMake 3.26.0 <https://cmake.org/cmake/help/v3.26/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.25.3 <https://cmake.org/cmake/help/v3.25/index.html>`_.
18+
The CMake python wheels provide `CMake 3.26.0 <https://cmake.org/cmake/help/v3.26/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.25.3
32+
$ release=3.26.0
3333
$ ./scripts/update_cmake_version.py $release
34-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.25.3'
34+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.0'
3535
[...]
36-
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.25.3' - done
37-
Updating 'CMakeUrls.cmake' with CMake version 3.25.3
38-
Updating 'CMakeUrls.cmake' with CMake version 3.25.3 - done
36+
Collecting URLs and SHA256s from 'https://api.github.com/repos/Kitware/CMake/releases/tags/v3.26.0' - done
37+
Updating 'CMakeUrls.cmake' with CMake version 3.26.0
38+
Updating 'CMakeUrls.cmake' with CMake version 3.26.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.25.3
49+
release=3.26.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.25.3"
12+
expected_version = "3.26.0"
1313

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

0 commit comments

Comments
 (0)