Skip to content

Commit 2a46acc

Browse files
authored
Update to CMake 3.27.4 (#398)
1 parent d4f5003 commit 2a46acc

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.27.2/cmake-3.27.2.tar.gz")
5-
set(unix_source_sha256 "798e50085d423816fe96c9ef8bee5e50002c9eca09fed13e300de8a91d35c211")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4.tar.gz")
5+
set(unix_source_sha256 "0a905ca8635ca81aa152e123bdde7e54cbe764fdd9a70d62af44cad8b92967af")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2.zip")
8-
set(windows_source_sha256 "c88ea100e24b26270db06a3f856af2be5282badfd7f423bc51c26913fc932bca")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4.zip")
8+
set(windows_source_sha256 "83601005152e77a6e885b62740ce25e6c1a6efae5e6d48d7c2c89e5a92b01c89")
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.27.2/cmake-3.27.2-linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "89c30078a5f58bbbd524704cb87e724fca905aa5e71ac40bccc6295c4d6852c9")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4-linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "186c53121cf6ef4e48b51e88690e6ef84f268611064a42e5a2e829c3d6b2efde")
1818

19-
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-macos10.10-universal.tar.gz")
20-
set(macos10_10_binary_sha256 "58204ebe25912dbd56456b265675ea90c60f29745b3f149841e9ea4bfcb45158")
19+
set(macos10_10_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4-macos10.10-universal.tar.gz")
20+
set(macos10_10_binary_sha256 "1fa092bad6daf9715c6d72ff766813fd3423427696042a74f2208a2b4704ac1c")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-windows-i386.zip")
23-
set(win32_binary_sha256 "c26e4ba882a94ae24c695b1365f30e75fbea4a65ec0ee36a540f7f9029caf1fd")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4-windows-i386.zip")
23+
set(win32_binary_sha256 "5ffd1db389cc8d4bad39c220d73c52402cb979d4e36e1e4729e00df6e7e6f1de")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-windows-x86_64.zip")
26-
set(win64_binary_sha256 "d5c33f726f9154f4abdda94e83aabd6de9f37b6b25ecbc9e499a3c5777871d55")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4-windows-x86_64.zip")
26+
set(win64_binary_sha256 "e5e060756444d0b2070328a8821c1ceb62bd6d267aae61bfff06f96c7ec943a6")
2727

28-
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-windows-arm64.zip")
29-
set(winarm64_binary_sha256 "8861c264be983da901e6fbfb3a0bebe87f7b1faba92d3805ffe82a013964229b")
28+
set(winarm64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.27.4/cmake-3.27.4-windows-arm64.zip")
29+
set(winarm64_binary_sha256 "6c1df7ad85ed902ad615cd0c05bca0d3c9c3f67b3980ca9dd2e39b0821d50937")

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

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

0 commit comments

Comments
 (0)