mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 16:14:48 +00:00
absl_synchronization isn't req
This commit is contained in:
parent
899e7862c5
commit
6a50f40617
2
debian/patches/link-grpc.diff
vendored
2
debian/patches/link-grpc.diff
vendored
@ -22,7 +22,7 @@ Index: llvm-toolchain-14-14.0.6/llvm/cmake/modules/FindGRPC.cmake
|
||||
+ message(STATUS "Using grpc: " ${GRPC2_LIBRARY})
|
||||
+ set_target_properties(grpc PROPERTIES IMPORTED_LOCATION ${GRPC2_LIBRARY})
|
||||
+
|
||||
+ find_library(ABSL_SYNCHRONIZATION_LIBRARY absl_synchronization $GRPC_OPTS REQUIRED)
|
||||
+ find_library(ABSL_SYNCHRONIZATION_LIBRARY absl_synchronization $GRPC_OPTS)
|
||||
+ if (ABSL_SYNCHRONIZATION_LIBRARY)
|
||||
+ add_library(absl_synchronization UNKNOWN IMPORTED GLOBAL)
|
||||
+ message(STATUS "Using absl_synchronization: " ${ABSL_SYNCHRONIZATION_LIBRARY})
|
||||
|
Loading…
Reference in New Issue
Block a user