aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-10-25 18:59:44 +0200
committerMartin Braun <martin.braun@ettus.com>2014-10-25 18:59:44 +0200
commit9cbb92aced4776e7d8b58e22e32258cefd3a5b99 (patch)
tree848f9fee520e03eb0ab9b691e50c61ce7211961d
parent3351f4d92b283e99239d7bd7cd7ff3cd391817f1 (diff)
downloaduhd-9cbb92aced4776e7d8b58e22e32258cefd3a5b99.tar.gz
uhd-9cbb92aced4776e7d8b58e22e32258cefd3a5b99.tar.bz2
uhd-9cbb92aced4776e7d8b58e22e32258cefd3a5b99.zip
examples: Also bumped min Boost version in init_usrp example
-rw-r--r--host/examples/init_usrp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)