From 6a0277f16e331ff2ecc669b336279806f4fe6764 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 8 Jun 2021 14:27:31 +0200 Subject: [PATCH] Update CMake to 3.20 for integration tests (#264) This allows us to use more recent projects in the examples --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index afa2fe4..7916e9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,7 @@ before_install: # Update compilers - eval "${MATRIX_EVAL}" - echo "CC=$CC CXX=$CXX" - # Install a supported cmake version (>= 3.14) - - wget -O cmake.sh https://cmake.org/files/v3.14/cmake-3.14.0-Linux-x86_64.sh + - wget -O cmake.sh https://github.com/Kitware/CMake/releases/download/v3.20.3/cmake-3.20.3-linux-x86_64.sh - sudo sh cmake.sh --skip-license --exclude-subdir --prefix=/usr/local - export PATH=/usr/local/bin:$PATH - cmake --version