We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00405d6 commit d550d31Copy full SHA for d550d31
gr-CyberRadio/CMakeLists.txt
@@ -83,8 +83,8 @@ set(Boost_ADDITIONAL_VERSIONS
83
"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"
84
)
85
# -- 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)
+find_package(Boost "1.53" COMPONENTS filesystem system thread)
+#find_package(Boost "1.55" COMPONENTS filesystem system thread)
88
#find_package(Boost "1.60" COMPONENTS filesystem system thread)
89
90
if(NOT Boost_FOUND)
gr-CyberRadio/version.txt
@@ -1,2 +1,2 @@
1
gr-cyberradio
2
-20.09.02
+23.06.21
0 commit comments