diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:15:26 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:15:26 -0600 |
commit | 6140294203d307e84c9c2a378b0c0f4bd6b18dba (patch) | |
tree | 7bfae7c9c08b6c66a4c4fce66f83b807c9344fb2 | |
parent | d90afc5a675cab7a48f18625d226e4549de72eb7 (diff) | |
download | tdevelop-6140294203d307e84c9c2a378b0c0f4bd6b18dba.tar.gz tdevelop-6140294203d307e84c9c2a378b0c0f4bd6b18dba.zip |
Update minimum cmake requirement to be consitent with other sources.
-rw-r--r-- | CMakeLists.txt | 2 |
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 ##################### |