From 3a789f77b8a3cdb3b0953a36cb7287ea0f58bc87 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 7 Apr 2014 09:29:34 +0000 Subject: [PATCH] fixed: cmake version --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99b6e6b3..27d0cfde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,7 @@ set(VERSION_MINOR 4) set(VERSION_REV 18) set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}") -# 2.8 needed for file glob. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.6) # CMake complains if we don't have this. if (COMMAND cmake_policy)