mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-18 16:15:21 +00:00
Fix building with Boost 1.65.1 (Ubuntu 18.04)
This commit is contained in:
@@ -85,7 +85,7 @@ if(OS_IS_MACOSX)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(Boost_VERSION VERSION_GREATER "106500")
|
||||
if(Boost_VERSION VERSION_GREATER "106599")
|
||||
target_compile_definitions(signal_source_gr_blocks
|
||||
PUBLIC
|
||||
-DBOOST_GREATER_1_65
|
||||
|
||||
Reference in New Issue
Block a user