[hamradio-commits] [gnss-sdr] 163/303: Update gflags to 2.2.0

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:35:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit 15358d7b018bea1dce41494e7fa019773d6fa469
Author: Carles Fernandez <carlesfernandez at gmail.com>
Date:   Fri Nov 25 20:51:56 2016 +0100

    Update gflags to 2.2.0
---
 CMakeLists.txt | 2 +-
 README.md      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a7373ac..823b688 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.")
diff --git a/README.md b/README.md
index 5cd3dd4..b1c3b30 100644
--- a/README.md
+++ b/README.md
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list