From 91a962cae1ef5dcd012afc047f458db6c8911c76 Mon Sep 17 00:00:00 2001 From: Timofey Turenko Date: Thu, 26 Feb 2015 11:11:11 +0200 Subject: [PATCH] set minimum cmake version to 2.8.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5634e45..a667edc29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) message(STATUS "CMake version: ${CMAKE_VERSION}") include(macros.cmake)