Skip to content

Commit

Permalink
Modified to build current 3.7 on Centos 7 and perform a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Smith committed Jun 21, 2023
1 parent 00405d6 commit d550d31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gr-CyberRadio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gr-CyberRadio/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
gr-cyberradio
20.09.02
23.06.21

0 comments on commit d550d31

Please sign in to comment.