Skip to content

Commit 977bcda

Browse files
committed
Bump CMake version to 3.17.2
1 parent 307f303 commit 977bcda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkgman/installers/unix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def unix_installer_cmake(properties):
9999
cmake_os = "win64"
100100
cmake_arch = "x64"
101101

102-
cmake_version = "3.16.4"
102+
cmake_version = "3.17.2"
103103
url = "https://github.com/Kitware/CMake/releases/download/v" + cmake_version + "/cmake-" + cmake_version + ".tar.gz"
104104

105105
source_tarball_path = download_file(properties, url, "sources")

pkgman/installers/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def windows_installer_cmake(properties):
2323
if debug:
2424
print(" ! Debug build not supported on Windows")
2525

26-
version = "3.10.2"
26+
version = "3.17.2"
2727

2828
version_components = version.split(".")
2929
short_version = "v" + version_components[0] + "." + version_components[1]

0 commit comments

Comments
 (0)