aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/examples/init_usrp/CMakeLists.txt4
-rw-r--r--host/examples/rfnoc-example/apps/CMakeLists.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/host/examples/init_usrp/CMakeLists.txt b/host/examples/init_usrp/CMakeLists.txt
index 0a81d2d48..80cdf3a9c 100644
--- a/host/examples/init_usrp/CMakeLists.txt
+++ b/host/examples/init_usrp/CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
option(UHD_USE_STATIC_LIBS OFF)
# To add UHD as a dependency to this project, add a line such as this:
-find_package(UHD 4.0.0 REQUIRED)
+find_package(UHD 4.1.0 REQUIRED)
# The version in ^^^^^ here is a minimum version.
# To specify an exact version:
#find_package(UHD 4.0.0 EXACT REQUIRED)
@@ -35,7 +35,7 @@ set(UHD_BOOST_REQUIRED_COMPONENTS
system
thread
)
-set(BOOST_MIN_VERSION 1.58)
+set(BOOST_MIN_VERSION 1.65)
include(UHDBoost)
# need these include and link directories for the build
diff --git a/host/examples/rfnoc-example/apps/CMakeLists.txt b/host/examples/rfnoc-example/apps/CMakeLists.txt
index 55b59bcfc..bca9336ce 100644
--- a/host/examples/rfnoc-example/apps/CMakeLists.txt
+++ b/host/examples/rfnoc-example/apps/CMakeLists.txt
@@ -17,7 +17,7 @@ if(MSVC)
set(BOOST_REQUIRED_COMPONENTS) #empty components list for static link
endif(BOOST_ALL_DYN_LINK)
endif(MSVC)
-find_package(Boost 1.58 REQUIRED ${BOOST_REQUIRED_COMPONENTS})
+find_package(Boost 1.65 REQUIRED ${BOOST_REQUIRED_COMPONENTS})
include_directories(
${CMAKE_SOURCE_DIR}/include