Skip to content

Commit

Permalink
change google-cloud-cpp to release v1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Mar 2, 2022
1 parent c5f55f7 commit 9f4d394
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(crc32c)
add_library(Crc32c::crc32c ALIAS crc32c)
#TODO replace b03448411402c83082c279b246548d578dee05c7 with the next release which contains it
FetchContent_Declare(google-cloud-cpp
GIT_REPOSITORY https://github.com/googleapis/google-cloud-cpp.git
GIT_TAG b03448411402c83082c279b246548d578dee05c7)
URL https://github.com/googleapis/google-cloud-cpp/archive/refs/tags/v1.37.0.tar.gz
URL_HASH SHA256=a7269b21d5e95bebff7833ebb602bcd5bcc79e82a59449cc5d5b350ff2f50bbc)
FetchContent_MakeAvailable(google-cloud-cpp)

add_executable(cpp-example cpp-examples.cpp)
Expand Down

0 comments on commit 9f4d394

Please sign in to comment.