From 388855affd9bdf679f007e4461fb2c7fa12123e0 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 16 May 2015 17:48:56 +0200 Subject: build: update minimum required CMake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 62d9a6f..1d1f0ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.3) +cmake_minimum_required(VERSION 2.8.8) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) cmake_policy(SET CMP0017 OLD) # Prefer modules in our module directory -- cgit v1.2.3