Commit baf6c8b2 authored by Brian Orr's avatar Brian Orr

Specify gflags version in CMakeLists.txt

parent e1cae334
...@@ -49,7 +49,7 @@ include (DetermineGflagsNamespace) ...@@ -49,7 +49,7 @@ include (DetermineGflagsNamespace)
set (CMAKE_THREAD_PREFER_PTHREAD 1) set (CMAKE_THREAD_PREFER_PTHREAD 1)
if (WITH_GFLAGS) if (WITH_GFLAGS)
find_package (gflags) find_package (gflags 2.2.0)
if (gflags_FOUND) if (gflags_FOUND)
set (HAVE_LIB_GFLAGS 1) set (HAVE_LIB_GFLAGS 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment