File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments