From d550d3137dc35f4444542be9fb5e488f511c39ee Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Wed, 21 Jun 2023 15:00:44 +0000 Subject: [PATCH] Modified to build current 3.7 on Centos 7 and perform a release --- gr-CyberRadio/CMakeLists.txt | 4 ++-- gr-CyberRadio/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gr-CyberRadio/CMakeLists.txt b/gr-CyberRadio/CMakeLists.txt index e84f204..3a24331 100644 --- a/gr-CyberRadio/CMakeLists.txt +++ b/gr-CyberRadio/CMakeLists.txt @@ -83,8 +83,8 @@ set(Boost_ADDITIONAL_VERSIONS "1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69" ) # -- Make sure libboost_thread and its dependencies get linked in -#find_package(Boost "1.53" COMPONENTS filesystem system thread) -find_package(Boost "1.55" COMPONENTS filesystem system thread) +find_package(Boost "1.53" COMPONENTS filesystem system thread) +#find_package(Boost "1.55" COMPONENTS filesystem system thread) #find_package(Boost "1.60" COMPONENTS filesystem system thread) if(NOT Boost_FOUND) diff --git a/gr-CyberRadio/version.txt b/gr-CyberRadio/version.txt index 9f33a0d..fee285f 100644 --- a/gr-CyberRadio/version.txt +++ b/gr-CyberRadio/version.txt @@ -1,2 +1,2 @@ gr-cyberradio -20.09.02 +23.06.21