Skip to content
Snippets Groups Projects
Commit 4be9c454 authored by Elisabetta Ronchieri's avatar Elisabetta Ronchieri
Browse files

changed version

parent 44cbc077
Branches issue-17
No related tags found
1 merge request!2Upgraded cmake version issue-4
Pipeline #31392 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