1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-28 01:44:52 +00:00

Fix for homebrew

This commit is contained in:
Carles Fernandez 2019-11-22 21:40:42 +01:00
parent 17fd01ee3f
commit 7ab1c3233f
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -43,6 +43,7 @@ target_link_libraries(resampler_gr_blocks
PUBLIC
Gnuradio::runtime
Volk::volk
Boost::headers # Fix for homebrew
)
if(ENABLE_CLANG_TIDY)