Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoelf-Jilling <r-j.wolthuis@live.com>2020-01-14 01:11:20 +0300
committerRoelf-Jilling <r-j.wolthuis@live.com>2020-01-16 19:55:58 +0300
commit5caf336e02fff421deb3d18939030e4815aa1aae (patch)
tree6fea6d67b42a323c6c1213e3a0285d6b9d04e1fb /CMakeLists.txt
parentecff9e623c97980861ce72134c4e5de4db838c93 (diff)
TravisCI: validate CMake configuration with all supported releases
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)