summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:06:57 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:06:57 -0600
commitc92a8232ba0aff7734e4db5fdf742a253c3777fe (patch)
tree3e8c542e19e5cfe384d9a2c20cf10acd66d7c0e1
parent96d04559bfbd6129b1ce084d22f7fdb8d9d33e40 (diff)
downloadarts-c92a8232ba0aff7734e4db5fdf742a253c3777fe.tar.gz
arts-c92a8232ba0aff7734e4db5fdf742a253c3777fe.zip
Update minimum cmake requirement to be consitent with other sources.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0c337d..d970382 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 #################