Skip to content

Commit d550d31

Browse files
author
Brandon Smith
committed
Modified to build current 3.7 on Centos 7 and perform a release
1 parent 00405d6 commit d550d31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gr-CyberRadio/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ set(Boost_ADDITIONAL_VERSIONS
8383
"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"
8484
)
8585
# -- Make sure libboost_thread and its dependencies get linked in
86-
#find_package(Boost "1.53" COMPONENTS filesystem system thread)
87-
find_package(Boost "1.55" COMPONENTS filesystem system thread)
86+
find_package(Boost "1.53" COMPONENTS filesystem system thread)
87+
#find_package(Boost "1.55" COMPONENTS filesystem system thread)
8888
#find_package(Boost "1.60" COMPONENTS filesystem system thread)
8989

9090
if(NOT Boost_FOUND)

gr-CyberRadio/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gr-cyberradio
2-
20.09.02
2+
23.06.21

0 commit comments

Comments
 (0)