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/rfnoc-example/apps/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/examples/rfnoc-example/apps/CMakeLists.txt') 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 -- cgit v1.2.3