diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-07-15 16:53:20 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-15 16:53:20 -0700 |
commit | 03565a0eb41316622cd1632eabc1e3d4f1c79fad (patch) | |
tree | edcac524007eb68538943b07317266311480db4b /host/CMakeLists.txt | |
parent | 0595900eccfffee9e944dc53466337b44655caac (diff) | |
download | uhd-03565a0eb41316622cd1632eabc1e3d4f1c79fad.tar.gz uhd-03565a0eb41316622cd1632eabc1e3d4f1c79fad.tar.bz2 uhd-03565a0eb41316622cd1632eabc1e3d4f1c79fad.zip |
cmake: Bumped minimum version for CMake to 2.8
Diffstat (limited to 'host/CMakeLists.txt')
-rw-r--r-- | host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/CMakeLists.txt b/host/CMakeLists.txt index 12b24df0d..06d6d2158 100644 --- a/host/CMakeLists.txt +++ b/host/CMakeLists.txt @@ -23,7 +23,7 @@ ######################################################################## # Project setup ######################################################################## -CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8) PROJECT(UHD CXX C) ENABLE_TESTING() |