upgrade cmake to 3.5.2
authorJulien Malik <julien.malik@paraiso.me>
Tue, 19 Apr 2016 13:22:49 +0000 (15:22 +0200)
committerJulien Malik <julien.malik@paraiso.me>
Thu, 21 Apr 2016 15:53:40 +0000 (17:53 +0200)
tools/travis-ci/install.sh

index c62feee848958ba0d0377516b6356f5a323725a2..be99383ef82d405abdf4292a1e12d794d124085f 100755 (executable)
@@ -37,9 +37,9 @@ fi
 
 if [ "${OPJ_CI_ASAN:-}" == "1" ]; then
        # We need a new version of cmake than travis-ci provides
-       wget --no-check-certificate -qO - https://cmake.org/files/v3.3/cmake-3.3.2-Linux-x86_64.tar.gz | tar -xz
+       wget --no-check-certificate -qO - https://cmake.org/files/v3.5/cmake-3.5.2-Linux-x86_64.tar.gz | tar -xz
        # copy to a directory that will not changed every version
-       mv cmake-3.3.2-Linux-x86_64 cmake-install
+       mv cmake-3.5.2-Linux-x86_64 cmake-install
 fi
 
 if [ "${OPJ_CI_SKIP_TESTS:-}" != "1" ]; then