1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 20:20:35 +00:00

Add comment

This commit is contained in:
Carles Fernandez 2019-05-26 11:44:17 +02:00
parent 3157451d57
commit 8c1b4c6894
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -68,6 +68,7 @@ if(Boost_VERSION VERSION_GREATER "106599")
endif() endif()
# Fix for Boost Asio < 1.70
if(OS_IS_MACOSX) if(OS_IS_MACOSX)
if((CMAKE_CXX_COMPILER_ID MATCHES "Clang") AND (${Boost_VERSION} VERSION_LESS 107000)) if((CMAKE_CXX_COMPILER_ID MATCHES "Clang") AND (${Boost_VERSION} VERSION_LESS 107000))
if(${has_string_view}) if(${has_string_view})