1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-08 11:46:46 +00:00
This commit is contained in:
Carles Fernandez 2020-02-22 13:57:47 +01:00
parent a2076418d8
commit 252c693eb6
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -102,7 +102,7 @@ else()
message(STATUS "Boost Iostreams library not found.")
message(STATUS " The rinex2assist utility tool will not be built.")
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux|kFreeBSD|GNU")
message(STATUS " You can install the Boost Iostreams library it by doing:")
message(STATUS " You can install the Boost Iostreams library by doing:")
if(${LINUX_DISTRIBUTION} MATCHES "Fedora" OR ${LINUX_DISTRIBUTION} MATCHES "Red Hat")
message(STATUS " sudo yum install boost-iostreams")
elseif(${LINUX_DISTRIBUTION} MATCHES "openSUSE")