From cf64370e527ba63384d9e43915977e7be3450da2 Mon Sep 17 00:00:00 2001 From: xantares Date: Sat, 27 Feb 2021 11:00:21 +0100 Subject: CMake: Bumpr version Silents warnings, cmake 3.2 is available in distros since many years --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df53be1..e52b25b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.11) +cmake_minimum_required(VERSION 2.8.11...3.2) if (NOT DEFINED CMAKE_BUILD_TYPE) set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type") -- cgit v1.2.3-55-g6feb