From e0d346e49d984068f0afca59d94c74b4d1ad7e27 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 25 Oct 2015 13:43:07 +0100 Subject: [PATCH] Require CMake 3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fb13d8283a..aae6c1f865 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,7 @@ # #============================================================================= -cmake_minimum_required(VERSION 2.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.2 FATAL_ERROR) #============================================================================= # parameters