Skip to content

Commit 9883154

Browse files
authored
Merge pull request #109 from scikit-build/update-to-cmake-3.18.0
Update to CMake 3.18.0
2 parents cae80bc + d6e554e commit 9883154

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CMakeUrls.cmake

+12-12
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.17.3/cmake-3.17.3.tar.gz")
5-
set(unix_source_sha256 "0bd60d512275dc9f6ef2a2865426a184642ceb3761794e6b65bff233b91d8c40")
4+
set(unix_source_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0.tar.gz")
5+
set(unix_source_sha256 "83b4ffcb9482a73961521d2bafe4a16df0168f03f56e6624c419c461e5317e29")
66

7-
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.zip")
8-
set(windows_source_sha256 "e34320e1c896b8ee9fc627a20f5271db7c08691f769874d294bf9f54aa79b352")
7+
set(windows_source_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0.zip")
8+
set(windows_source_sha256 "07f936f086de545b058069d46d2b3e41a2ef4d5071f3d1e4f02ea772f843867a")
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.17.3/cmake-3.17.3-Linux-x86_64.tar.gz")
17-
set(linux64_binary_sha256 "da8093956f0b4ae30293c9db498da9bdeaeea4e7a2b1f2d1637ddda064d06dd0")
16+
set(linux64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-Linux-x86_64.tar.gz")
17+
set(linux64_binary_sha256 "4d9a9d3351161073a67e49366d701b6fa4b0343781982dc5eef08a02a750d403")
1818

19-
set(macosx_binary_url "https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-Darwin-x86_64.tar.gz")
20-
set(macosx_binary_sha256 "2ad1413510681b041ec305923c6ccbc64b0fed6608df82f5543577f7b4b88305")
19+
set(macosx_binary_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-Darwin-x86_64.tar.gz")
20+
set(macosx_binary_sha256 "eb68a0d8c28faae347135c34594ff0591c7adaf5a23bafb5a640273af741955c")
2121

22-
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-win32-x86.zip")
23-
set(win32_binary_sha256 "1a7d82fe79b295461e8fe91e6d3d97a43c01cf954426c8b10a108575c1aa4ee1")
22+
set(win32_binary_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win32-x86.zip")
23+
set(win32_binary_sha256 "8cc217b2cb01a69ce0c735d77a2d4e96199d6694452bbb43ea43696bf80e7daa")
2424

25-
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3-win64-x64.zip")
26-
set(win64_binary_sha256 "8a02de221aa96c236a947b28ca1bd6327b9bb82fa74b91e5caa49ffd6a642ae2")
25+
set(win64_binary_url "https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-win64-x64.zip")
26+
set(win64_binary_sha256 "a00307a70d5dd133d6788915f2c6ea4b1946bf3a1eb06a686b088a65cfe7c0d6")

README.rst

+1-1
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.17.3 <https://cmake.org/cmake/help/v3.17/index.html>`_.
14+
The CMake python wheels provide `CMake 3.18.0 <https://cmake.org/cmake/help/v3.18/index.html>`_.
1515

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

docs/index.rst

+1-1
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.17.3 <https://cmake.org/cmake/help/v3.17/index.html>`_.
18+
The CMake python wheels provide `CMake 3.18.0 <https://cmake.org/cmake/help/v3.18/index.html>`_.
1919

2020
.. toctree::
2121
:maxdepth: 2

tests/test_distribution.py

+1-1
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.17.3"
12+
expected_version = "3.18.0"
1313

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

0 commit comments

Comments
 (0)