Skip to content

Commit

Permalink
cmake: require at least gflags 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Jan 11, 2022
1 parent a8cfbe0 commit 6434410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (WITH_GMOCK AND TARGET GTest::gmock)
endif (WITH_GMOCK AND TARGET GTest::gmock)

if (WITH_GFLAGS)
find_package (gflags 2.2.0)
find_package (gflags 2.2.2)

if (gflags_FOUND)
set (HAVE_LIB_GFLAGS 1)
Expand Down

0 comments on commit 6434410

Please sign in to comment.