Skip to content

Commit 1f6002e

Browse files
authored
update gflags (#5904)
1 parent 513b1e0 commit 1f6002e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

cmake/external/gflags.cmake

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,8 @@ INCLUDE_DIRECTORIES(${GFLAGS_INCLUDE_DIR})
2828
ExternalProject_Add(
2929
extern_gflags
3030
${EXTERNAL_PROJECT_LOG_ARGS}
31-
# TODO(yiwang): The annoying warnings mentioned in
32-
# https://github.com/PaddlePaddle/Paddle/issues/3277 are caused by
33-
# gflags. I fired a PR https://github.com/gflags/gflags/pull/230
34-
# to fix it. Before it gets accepted by the gflags team, we use
35-
# my personal fork, which contains above fix, temporarily. Let's
36-
# change this back to the official Github repo once my PR is
37-
# merged.
38-
GIT_REPOSITORY "https://github.com/wangkuiyi/gflags.git"
39-
GIT_TAG 986964c07427ecb9cdb5bd73f73ebbd40e54dadb
31+
GIT_REPOSITORY "https://github.com/gflags/gflags.git"
32+
GIT_TAG 77592648e3f3be87d6c7123eb81cbad75f9aef5a
4033
PREFIX ${GFLAGS_SOURCES_DIR}
4134
UPDATE_COMMAND ""
4235
CMAKE_ARGS -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}

0 commit comments

Comments
 (0)