Files
gr-osmosdr/gr-osmosdr-0.2.6-boost-1.89.patch

12 lines
525 B
Diff

--- gr-osmosdr-0.2.6/CMakeLists.txt.orig 2026-01-06 16:04:14.999229793 +0100
+++ gr-osmosdr-0.2.6/CMakeLists.txt 2026-01-06 16:04:24.481902596 +0100
@@ -119,7 +119,7 @@
########################################################################
# Find boost
########################################################################
-find_package(Boost "1.65" REQUIRED chrono thread system)
+find_package(Boost "1.65" REQUIRED chrono thread)
if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile osmosdr")