1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-04 20:08:00 +00:00
This commit is contained in:
Carles Fernandez
2020-02-22 13:57:47 +01:00
parent a2076418d8
commit 252c693eb6

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")