We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4e8cc commit 5985636Copy full SHA for 5985636
deps/build.jl
@@ -5,7 +5,7 @@ basedir = dirname(@__FILE__)
5
prefix = joinpath(basedir, "usr")
6
7
cmake_version = v"3.12.3"
8
-base_url = "https://cmake.org/files/v$(cmake_version.major).$(cmake_version.minor)"
+base_url = "https://github.com/Kitware/CMake/releases/download/v$(cmake_version)"
9
@static if Sys.iswindows()
10
binary_name = "cmake.exe"
11
else
0 commit comments