baidu / baidu/braft

GLOG dependency remained in the atomic CMakeLists.txt

Open
#253 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
4.2k
Forks
923
PR merge metrics
No merged PRs in 30d

Description

glog was removed from the source of atomic example but its dependency remained in CMakeLists.txt.
Fix:
```sh
sed -i -e '/GLOG/d' -e '/glog/,+1 d' CMakeLists.txt
```

A same pr: https://github.com/baidu/braft/pull/51

Contributor guide

No contributing guide indexed for this repository

Research direction

Open the atomic example's CMakeLists.txt and inspect the remaining GLOG and glog dependency entries. Remove the stale dependency references described in the issue, then verify that the atomic example's CMake configuration still succeeds. The linked pull request should be checked because the issue identifies the work as already proposed there.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake, cpp
Domain
build-system
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.