From 03565a0eb41316622cd1632eabc1e3d4f1c79fad Mon Sep 17 00:00:00 2001 From: Martin Braun <martin.braun@ettus.com> Date: Wed, 15 Jul 2015 16:53:20 -0700 Subject: cmake: Bumped minimum version for CMake to 2.8 --- host/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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() -- cgit v1.2.3