From 78e24a4b3b39f03437dca9e818494ef2eba90a39 Mon Sep 17 00:00:00 2001 From: Aaron Rossetto Date: Mon, 28 Jun 2021 09:43:24 -0500 Subject: examples: Update example CMakeLists.txt for minimum version bumps --- host/examples/init_usrp/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/examples/init_usrp') 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 -- cgit v1.2.3