From fbb865bccbb2059de0188aa405ce24c24afc845a Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 1 Feb 2017 11:40:25 +0100 Subject: [PATCH] cmake: downgrade minimum cmake version to 3.4 There seems really no reason to have such a new version as 3.7 as minimum here. MAybe even go down to 3.1 as suggested on the mailing list. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a24368afd..b59d4d6e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.7) +cmake_minimum_required(VERSION 3.4) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/helpers")