1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-25 12:37:40 +00:00

Improve handling of gflags library

Set minimun gflags version to 2.1.2

Replaced google:: by gflags:: namespace
This commit is contained in:
Carles Fernandez
2020-08-13 20:54:22 +02:00
parent 9490ec1b44
commit d4ed61df4b
11 changed files with 122 additions and 43 deletions

View File

@@ -19,6 +19,9 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- Fixed `-DENABLE_OWN_GLOG=ON` building option when gflags is installed and it
is older than v2.1.2 (_e.g._, in CentOS 7).
- Improved handling of old gflags versions, minimum version set to 2.1.2.
Replaced `google::` by `gflags::` namespace when using functions of the gflags
library.
- Fixed static linking of the matio library when downloaded and built by CMake.
### Improvements in Usability: