1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-22 21:13:15 +00:00

Replace MacOS by macOS

This commit is contained in:
Carles Fernandez 2020-02-01 14:26:41 +01:00
parent 6c5a5c7aee
commit 558f88154a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -74,5 +74,5 @@ if(${DARWIN_VERSION} MATCHES "10")
endif()
if(NOT MACOS_DISTRIBUTION)
set(MACOS_DISTRIBUTION "MacOS (Unknown version)")
set(MACOS_DISTRIBUTION "macOS (Unknown version)")
endif()