Fix compilation with boost-1.67

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Maxime Vincent 2018-06-10 12:17:01 +02:00 committed by Steve Markgraf
parent c653754dde
commit c98be5dd9d
1 changed files with 2 additions and 0 deletions

View File

@ -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}