Skip to content
Snippets Groups Projects
Commit 87a5d655 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

gflags library target renamed in v2.2.0

parent 1985a627
No related branches found
No related tags found
No related merge requests found
...@@ -210,8 +210,8 @@ ...@@ -210,8 +210,8 @@
endif() endif()
if(EXISTS "<%text>${GFLAGS_ROOT_DIR}</%text>/CMakeLists.txt") if(EXISTS "<%text>${GFLAGS_ROOT_DIR}</%text>/CMakeLists.txt")
add_subdirectory(<%text>${GFLAGS_ROOT_DIR}</%text> third_party/gflags) add_subdirectory(<%text>${GFLAGS_ROOT_DIR}</%text> third_party/gflags)
if(TARGET gflags-static) if(TARGET gflags_static)
set(_gRPC_GFLAGS_LIBRARIES gflags-static) set(_gRPC_GFLAGS_LIBRARIES gflags_static)
endif() endif()
else() else()
message(WARNING "gRPC_GFLAGS_PROVIDER is \"module\" but GFLAGS_ROOT_DIR is wrong") message(WARNING "gRPC_GFLAGS_PROVIDER is \"module\" but GFLAGS_ROOT_DIR is wrong")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment