We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a10cb7d commit 5e28bb2Copy full SHA for 5e28bb2
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -5066,6 +5066,7 @@ macro(build_google_cloud_cpp_storage)
5066
target_link_libraries(google-cloud-cpp::storage
5067
INTERFACE google-cloud-cpp::common
5068
google-cloud-cpp::rest-internal
5069
+ absl::crc32c
5070
absl::memory
5071
absl::strings
5072
absl::str_format
@@ -5100,6 +5101,7 @@ macro(build_google_cloud_cpp_storage)
5100
5101
absl::cordz_functions
5102
absl::cordz_info
5103
absl::cordz_handle
5104
5105
absl::debugging_internal
5106
absl::demangle_internal
5107
absl::exponential_biased
0 commit comments