We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3fb36 commit b7aecdcCopy full SHA for b7aecdc
prerequisites/build-functions/set_or_print_url.sh
@@ -28,7 +28,7 @@ set_or_print_url()
28
"flex;https://sourceforge.net/projects/flex/files/"
29
"make;ftp://ftp.gnu.org/gnu/make/"
30
"bison;ftp://ftp.gnu.org:/gnu/bison/"
31
- "cmake;https://www.cmake.org/files/v${major_minor}/"
+ "cmake;https://www.cmake.org/files/v${major_minor:-}/"
32
"subversion;https://www.eu.apache.org/dist/subversion/"
33
)
34
for package in "${package_url_head[@]}" ; do
0 commit comments