diff options
author | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-28 09:43:24 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-28 13:44:25 -0500 |
commit | 78e24a4b3b39f03437dca9e818494ef2eba90a39 (patch) | |
tree | 2acacf3e508734fd1d8068e453ee3a88ebc7c7a1 /host/examples/rfnoc-example | |
parent | ccb9f60fe5831048fc9bdb04069691d5d02015a1 (diff) | |
download | uhd-78e24a4b3b39f03437dca9e818494ef2eba90a39.tar.gz uhd-78e24a4b3b39f03437dca9e818494ef2eba90a39.tar.bz2 uhd-78e24a4b3b39f03437dca9e818494ef2eba90a39.zip |
examples: Update example CMakeLists.txt for minimum version bumps
Diffstat (limited to 'host/examples/rfnoc-example')
-rw-r--r-- | host/examples/rfnoc-example/apps/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |