summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:14:32 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:14:32 -0600
commit5c45c1a222eb91ea429f8c5245e32e43e7505582 (patch)
tree272a127c0ea7a1b6d7fe836df9388da03ba9eb04
parentc2a3bb6c4480ae06bae6d8440f5d67f6bdec23c7 (diff)
downloadtdepowersave-5c45c1a222eb91ea429f8c5245e32e43e7505582.tar.gz
tdepowersave-5c45c1a222eb91ea429f8c5245e32e43e7505582.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 bd8936e..21f4c80 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 #####################