From 98671de7f335ac17255f176989faee1f5db85eae Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 16 Sep 2014 04:10:56 +0300 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 24b2cd464..88574b363 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) include(macros.cmake) enable_testing()