summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Malik <julien.malik@paraiso.me>2016-04-19 15:22:49 +0200
committerJulien Malik <julien.malik@paraiso.me>2016-04-21 17:53:40 +0200
commit3436c4e9baac1fd847c4475b961802cd1c9bbe7e (patch)
tree6ffb7d0f1965b4ca8cc017975329ad90fc1f7f79
parente1a93d9e59f08b708200e6a371f3f6a4eeb54940 (diff)
upgrade cmake to 3.5.2
-rwxr-xr-xtools/travis-ci/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/travis-ci/install.sh b/tools/travis-ci/install.sh
index c62feee8..be99383e 100755
--- a/tools/travis-ci/install.sh
+++ b/tools/travis-ci/install.sh
@@ -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