Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dongsheng He committed Apr 10, 2024
1 parent a446394 commit 9339862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions cmake/thirdparty/brpc/CMakeLists.download_brpc.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ project(brpc-download NONE)

include(ExternalProject)
ExternalProject_Add(brpc
# GIT_REPOSITORY https://github.com/apache/brpc.git
# GIT_TAG 1.8.0
URL /tmp/brpc-1.8.0.tar.gz
GIT_REPOSITORY https://github.com/apache/brpc.git
GIT_TAG 1.8.0
SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/brpc/src"
BINARY_DIR "${CMAKE_BINARY_DIR}/_deps/brpc/build"
CONFIGURE_COMMAND ""
Expand Down
5 changes: 2 additions & 3 deletions cmake/thirdparty/gtest/CMakeLists.download_gtest.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ project(googletest NONE)

include(ExternalProject)
ExternalProject_Add(googletest
# GIT_REPOSITORY https://github.com/google/googletest.git
# GIT_TAG release-1.8.0
URL /tmp/googletest.zip
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.14.0
SOURCE_DIR "${PROJECT_BINARY_DIR}/_deps/googletest/src"
BINARY_DIR "${PROJECT_BINARY_DIR}/_deps/googletest/build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 9339862

Please sign in to comment.