From baf6c8b2c5712f70e20a3fc4734267b7c7cbf8b0 Mon Sep 17 00:00:00 2001 From: Brian Orr Date: Thu, 22 Jun 2017 11:24:58 -0700 Subject: [PATCH] Specify gflags version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9852df1..127c6b3 100644 --- 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) -- 2.7.4