Update GFlags to version 2.2.1

This commit is contained in:
Carles Fernandez 2017-07-13 17:28:08 +02:00
parent 196d84aca3
commit 95ee55d34c
1 changed files with 7 additions and 7 deletions

View File

@ -614,7 +614,7 @@ endif(NOT VOLK_GNSSSDR_FOUND)
# gflags - https://github.com/gflags/gflags
################################################################################
set(LOCAL_GFLAGS false)
set(gflags_RELEASE 2.2.0)
set(gflags_RELEASE 2.2.1)
find_package(GFlags)
if (NOT GFlags_FOUND)
message (STATUS " gflags library has not been found.")