From 9cbb92aced4776e7d8b58e22e32258cefd3a5b99 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Sat, 25 Oct 2014 18:59:44 +0200 Subject: examples: Also bumped min Boost version in init_usrp example --- host/examples/init_usrp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/examples/init_usrp/CMakeLists.txt b/host/examples/init_usrp/CMakeLists.txt index 8cfea0a32..afbf73027 100644 --- a/host/examples/init_usrp/CMakeLists.txt +++ b/host/examples/init_usrp/CMakeLists.txt @@ -24,7 +24,7 @@ set(BOOST_REQUIRED_COMPONENTS system thread ) -find_package(Boost "1.35" REQUIRED ${BOOST_REQUIRED_COMPONENTS}) +find_package(Boost "1.46" REQUIRED ${BOOST_REQUIRED_COMPONENTS}) # To add UHD as a dependency to this project, add a line such as this: find_package(UHD "3.7.1" REQUIRED) -- cgit v1.2.3