Update CMake to version 3.15.5

Update required as there's a bug with setting the CXX_STANDARD on
android. Updating to this version fixes the issue.

Change-Id: I50b0bc2941e0919232b46bbf5b28133149878649
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Leander Beernaert
2019-10-17 11:28:24 +02:00
committed by Simon Hausmann
parent c85543f88d
commit 8eab11f696
3 changed files with 9 additions and 9 deletions

View File

@@ -43,10 +43,10 @@ source "${BASH_SOURCE%/*}/../unix/InstallFromCompressedFileFromURL.sh"
source "${BASH_SOURCE%/*}/../unix/SetEnvVar.sh"
majorminorversion="3.15"
version="3.15.0-rc1"
version="3.15.5"
PrimaryUrl="http://ci-files01-hki.intra.qt.io/input/cmake/cmake-$version-Linux-x86_64.tar.gz"
AltUrl="https://cmake.org/files/v$majorminorversion/cmake-$version-Linux-x86_64.tar.gz"
SHA1="5e4d2b4478485f1a16c91463fc91eea3a9487b7a"
SHA1="867f44e232346b79167b64cb5380bc0955e953fb"
targetFolder="/opt/cmake-$version"
appPrefix="cmake-$version-Linux-x86_64"