Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bazel/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def cpp_bigquery_odbc_deps(name = None):
http_archive,
name = "com_google_cloud_cpp",
urls = [
"https://github.com/googleapis/google-cloud-cpp/archive/85bfaff9038e0791c7f48a995253dc20c307ac78.tar.gz",
"https://github.com/googleapis/google-cloud-cpp/archive/d43fe538f4737f1f7b9f48460e0285fa89d27ae1.tar.gz",
],
sha256 = "65cf83a2c6fc730ca50420ccbe4d4dc5691bbd4365a0020dca918d9c5a443988",
strip_prefix = "google-cloud-cpp-85bfaff9038e0791c7f48a995253dc20c307ac78",
sha256 = "b206e296101ba71f712f9c7b1bf2c8d492d5c8274a260334d350c9186a606920",
strip_prefix = "google-cloud-cpp-d43fe538f4737f1f7b9f48460e0285fa89d27ae1",
)
5 changes: 2 additions & 3 deletions google/cloud/odbc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ if (NOT google_cloud_cpp_bigquery_rest_FOUND OR NOT

FetchContent_Declare(
google-cloud-cpp
URL https://github.com/googleapis/google-cloud-cpp/archive/85bfaff9038e0791c7f48a995253dc20c307ac78.tar.gz
PATCH_COMMAND ${CMAKE_COMMAND} -P
${CMAKE_SOURCE_DIR}/cmake/PatchGoogleCloudCpp.cmake)
URL https://github.com/googleapis/google-cloud-cpp/archive/d43fe538f4737f1f7b9f48460e0285fa89d27ae1.tar.gz
)
FetchContent_MakeAvailable(google-cloud-cpp)
else ()
find_package(google_cloud_cpp_bigquery CONFIG REQUIRED)
Expand Down
Loading