diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:08:44 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-06 17:08:44 -0600 |
commit | da68950f6d62573c380a90bb25bc4d68f87a01bb (patch) | |
tree | 7037f8d70dfe9ebebbaa9be85748ce3cd35267f4 | |
parent | fc61f3c6b6042516b54678fe840c2def86eddfee (diff) | |
download | dolphin-da68950f6d62573c380a90bb25bc4d68f87a01bb.tar.gz dolphin-da68950f6d62573c380a90bb25bc4d68f87a01bb.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 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 ##################### |