Skip to content

Commit 5985636

Browse files
adamnemecekstevengj
authored andcommitted
Download cmake from github mirror, not from the cmake website. (#13)
* moved the download url to github * removed extra newline i added
1 parent 8d4e8cc commit 5985636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ basedir = dirname(@__FILE__)
55
prefix = joinpath(basedir, "usr")
66

77
cmake_version = v"3.12.3"
8-
base_url = "https://cmake.org/files/v$(cmake_version.major).$(cmake_version.minor)"
8+
base_url = "https://github.com/Kitware/CMake/releases/download/v$(cmake_version)"
99
@static if Sys.iswindows()
1010
binary_name = "cmake.exe"
1111
else

0 commit comments

Comments
 (0)