summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:08:44 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:08:44 -0600
commitda68950f6d62573c380a90bb25bc4d68f87a01bb (patch)
tree7037f8d70dfe9ebebbaa9be85748ce3cd35267f4
parentfc61f3c6b6042516b54678fe840c2def86eddfee (diff)
downloaddolphin-da68950f6d62573c380a90bb25bc4d68f87a01bb.tar.gz
dolphin-da68950f6d62573c380a90bb25bc4d68f87a01bb.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 73b4c60..9ad12f5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@
#
#################################################
-cmake_minimum_required( VERSION 2.6 )
+cmake_minimum_required( VERSION 2.8 )
##### general package setup #####################