Skip to content

Commit

Permalink
fix: an unknown bug in master branch of braft causes failure of leade…
Browse files Browse the repository at this point in the history
…r to add follower (#197)
  • Loading branch information
longfar-ncy authored Mar 10, 2024
1 parent 45c4409 commit ff0180b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/braft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ ExternalProject_Add(
extern_braft
${EXTERNAL_PROJECT_LOG_ARGS}
DEPENDS brpc
GIT_REPOSITORY https://github.com/baidu/braft.git
GIT_TAG master
URL "https://github.com/baidu/braft/archive/v1.1.2.tar.gz"
URL_HASH SHA256=bb3705f61874f8488e616ae38464efdec1a20610ddd6cd82468adc814488f14e
PREFIX ${BRAFT_SOURCES_DIR}
UPDATE_COMMAND ""
CMAKE_ARGS -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
Expand Down

0 comments on commit ff0180b

Please sign in to comment.