Skip to content

Commit 5e28bb2

Browse files
committed
link absl::crc32c to gcs
1 parent a10cb7d commit 5e28bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5066,6 +5066,7 @@ macro(build_google_cloud_cpp_storage)
50665066
target_link_libraries(google-cloud-cpp::storage
50675067
INTERFACE google-cloud-cpp::common
50685068
google-cloud-cpp::rest-internal
5069+
absl::crc32c
50695070
absl::memory
50705071
absl::strings
50715072
absl::str_format
@@ -5100,6 +5101,7 @@ macro(build_google_cloud_cpp_storage)
51005101
absl::cordz_functions
51015102
absl::cordz_info
51025103
absl::cordz_handle
5104+
absl::crc32c
51035105
absl::debugging_internal
51045106
absl::demangle_internal
51055107
absl::exponential_biased

0 commit comments

Comments
 (0)