From 5caf336e02fff421deb3d18939030e4815aa1aae Mon Sep 17 00:00:00 2001 From: Roelf-Jilling Date: Mon, 13 Jan 2020 23:11:20 +0100 Subject: TravisCI: validate CMake configuration with all supported releases --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0348f79..347eb1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.3) +cmake_minimum_required(VERSION 3.1.3...3.16) project(GSL CXX) -- cgit v1.2.3