1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-30 09:27:58 +00:00

Add comment

This commit is contained in:
Carles Fernandez
2019-05-26 11:44:17 +02:00
parent 3157451d57
commit 8c1b4c6894

View File

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