aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Vincent <maxime.vince@gmail.com>2018-06-10 12:17:01 +0200
committerSteve Markgraf <steve@steve-m.de>2018-06-17 17:56:50 +0200
commitc98be5dd9d740466197454842092a43f58b70e43 (patch)
tree25a8dba7b443f7c326692509ae40df134ad6ecac
parentc653754dde5e2cf682965e939cc016fbddbd45e4 (diff)
Fix compilation with boost-1.67
Signed-off-by: Steve Markgraf <steve@steve-m.de>
-rw-r--r--lib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index c05b8d9..4f83f72 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -43,6 +43,8 @@ GR_OSMOSDR_APPEND_SRCS(
time_spec.cc
)
+list(APPEND Boost_LIBRARIES pthread)
+
GR_OSMOSDR_APPEND_LIBS(
${Boost_LIBRARIES}
${GNURADIO_ALL_LIBRARIES}