aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/init_usrp
diff options
context:
space:
mode:
Diffstat (limited to 'host/examples/init_usrp')
-rw-r--r--host/examples/init_usrp/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/examples/init_usrp/CMakeLists.txt b/host/examples/init_usrp/CMakeLists.txt
index 40fcf9016..0a81d2d48 100644
--- a/host/examples/init_usrp/CMakeLists.txt
+++ b/host/examples/init_usrp/CMakeLists.txt
@@ -23,10 +23,10 @@ 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 3.15.0 REQUIRED)
+find_package(UHD 4.0.0 REQUIRED)
# The version in ^^^^^ here is a minimum version.
# To specify an exact version:
-#find_package(UHD 3.15.0 EXACT REQUIRED)
+#find_package(UHD 4.0.0 EXACT REQUIRED)
# This example also requires Boost.
# Set components here, then include UHDBoost to do the actual finding