From dc1efb132555d8d73c7647bde437b3f9037e56a3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:06:57 -0600 Subject: [PATCH] Update minimum cmake requirement to be consitent with other sources. (cherry picked from commit c92a8232ba0aff7734e4db5fdf742a253c3777fe) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9835988..3e33152 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 2.6 ) +cmake_minimum_required( VERSION 2.8 ) ##### include our cmake modules #################