summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:15:26 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-06 17:15:26 -0600
commit6140294203d307e84c9c2a378b0c0f4bd6b18dba (patch)
tree7bfae7c9c08b6c66a4c4fce66f83b807c9344fb2 /CMakeLists.txt
parentd90afc5a675cab7a48f18625d226e4549de72eb7 (diff)
downloadtdevelop-6140294203d307e84c9c2a378b0c0f4bd6b18dba.tar.gz
tdevelop-6140294203d307e84c9c2a378b0c0f4bd6b18dba.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 e59d9993..254c6ba4 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 #####################