summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:12:25 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:12:25 -0600
commit1fe39d6cf3161c1bde5c02ba08ec6fe36560215a (patch)
tree74e84417d71401be4fa70561715f53c92b6fd1b4 /CMakeLists.txt
parente912cc5364905f38aaa354b17246b78d642f4884 (diff)
downloadkpowersave-1fe39d6cf3161c1bde5c02ba08ec6fe36560215a.tar.gz
kpowersave-1fe39d6cf3161c1bde5c02ba08ec6fe36560215a.zip
Update minimum cmake requirement to be consitent with other sources.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e743ad..588ce0b 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 #####################