File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,8 @@ INCLUDE_DIRECTORIES(${GFLAGS_INCLUDE_DIR})
28
28
ExternalProject_Add (
29
29
extern_gflags
30
30
${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
40
33
PREFIX ${GFLAGS_SOURCES_DIR}
41
34
UPDATE_COMMAND ""
42
35
CMAKE_ARGS -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
You can’t perform that action at this time.
0 commit comments