Skip to content
Snippets Groups Projects
Commit 4207355d authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

Merge branch 'issue-4' into 'master'

Update cmake to version 3.17.1

See merge request !2
parents 44cbc077 4be9c454
Branches issue-17
No related tags found
1 merge request!2Upgraded cmake version issue-4
Pipeline #31501 passed
......@@ -34,7 +34,7 @@ yum -y install \
yum -y install patch
# Install CMAKE
CMAKE_DOWNLOAD_URL=${CMAKE_DOWNLOAD_URL:-https://cmake.org/files/v3.13/cmake-3.13.3-Linux-x86_64.sh}
CMAKE_DOWNLOAD_URL=${CMAKE_DOWNLOAD_URL:-https://cmake.org/files/v3.17/cmake-3.17.1-Linux-x86_64.sh}
wget --no-verbose ${CMAKE_DOWNLOAD_URL} -O /tmp/install-cmake.sh
mkdir /opt/cmake && sh /tmp/install-cmake.sh --skip-license --prefix=/opt/cmake --exclude-subdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment