projects
/
platform
/
upstream
/
glog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1cae33
)
Specify gflags version in CMakeLists.txt
author
Brian Orr
<brian.orr@gmail.com>
Thu, 22 Jun 2017 18:24:58 +0000
(11:24 -0700)
committer
Brian Orr
<brian.orr@gmail.com>
Thu, 22 Jun 2017 18:24:58 +0000
(11:24 -0700)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 9852df112ae406ca2a9ac3a9327aaf860fd65c29..127c6b3ea1f1a4176d2bbff00b2ee0579927e5c9 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-49,7
+49,7
@@
include (DetermineGflagsNamespace)
set (CMAKE_THREAD_PREFER_PTHREAD 1)
if (WITH_GFLAGS)
- find_package (gflags)
+ find_package (gflags
2.2.0
)
if (gflags_FOUND)
set (HAVE_LIB_GFLAGS 1)