diff options
| -rw-r--r-- | host/examples/init_usrp/CMakeLists.txt | 2 | 
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)  | 
