From 36ffb0f8cf9c1c3b6052aebb96714d4bee2fc55b Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Sun, 18 Jan 2015 22:47:00 +0100 Subject: Bump CMake to 2.8 for no obvious reason And fix FindGtkDoc.cmake with CMake 3. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 015b326..d50022f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ project (logdiag C) -cmake_minimum_required (VERSION 2.6.2) +cmake_minimum_required (VERSION 2.8) -# Default to 2.6.3 behaviour -cmake_policy (VERSION 2.6.3) +# Default to 2.8 behaviour +cmake_policy (VERSION 2.8) # Options option (OPTION_USE_VERA "Use vera++ for source code style checks" OFF) -- cgit v1.2.3-54-g00ecf