Skip to content

Commit

Permalink
Upgrade protobuf and Google test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Sep 14, 2024
1 parent 406c208 commit dc8c195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ if(CCT_ENABLE_TESTS)
if(NOT GTest_FOUND)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/refs/tags/v1.14.0.tar.gz
URL_HASH SHA256=8ad598c73ad796e0d8280b082cebd82a630d73e73cd3c70057938a6501bba5d7
URL https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz
URL_HASH SHA256=7b42b4d6ed48810c5362c265a17faebe90dc2373c885e5216439d37927f02926
)

list(APPEND fetchContentPackagesToMakeAvailable googletest)
Expand Down Expand Up @@ -172,7 +172,7 @@ if(CCT_ENABLE_PROTO)
else()
# Check here for a new version: https://protobuf.dev/support/version-support/#cpp
if (NOT PROTOBUF_VERSION)
set(PROTOBUF_VERSION v5.27.3)
set(PROTOBUF_VERSION v5.28.1)
endif()

message(STATUS "Configuring protobuf ${PROTOBUF_VERSION} from sources")
Expand Down

0 comments on commit dc8c195

Please sign in to comment.