mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-05 10:17:03 +00:00
Update gflags to 2.2.0
This commit is contained in:
parent
c9ba5e8441
commit
15358d7b01
@ -490,7 +490,7 @@ endif(NOT VOLK_GNSSSDR_FOUND)
|
||||
# gflags - https://github.com/gflags/gflags
|
||||
################################################################################
|
||||
set(LOCAL_GFLAGS false)
|
||||
set(gflags_RELEASE 2.1.2)
|
||||
set(gflags_RELEASE 2.2.0)
|
||||
find_package(GFlags)
|
||||
if (NOT GFlags_FOUND)
|
||||
message (STATUS " gflags library has not been found.")
|
||||
|
@ -143,9 +143,9 @@ The full stop separated from ```cmake``` by a space is important. [CMake](http:/
|
||||
#### Install [Gflags](https://github.com/gflags/gflags "Gflags' Homepage"), a commandline flags processing module for C++:
|
||||
|
||||
~~~~~~
|
||||
$ wget https://github.com/gflags/gflags/archive/v2.1.2.tar.gz
|
||||
$ tar xvfz v2.1.2.tar.gz
|
||||
$ cd gflags-2.1.2
|
||||
$ wget https://github.com/gflags/gflags/archive/v2.2.0.tar.gz
|
||||
$ tar xvfz v2.2.0.tar.gz
|
||||
$ cd gflags-2.2.0
|
||||
$ cmake -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=OFF -DBUILD_gflags_nothreads_LIB=OFF .
|
||||
$ make
|
||||
$ sudo make install
|
||||
|
Loading…
x
Reference in New Issue
Block a user