mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
e4096d6c17
* [gRPC] 1.36.4 * [upb] update to 2020-12-19 * update version * [upb] Fix config.cmake file * [grpc] Restore using system upb * [grpc][upb] Version db changes * [grpc][upb] Fix building upbdefs in grpc Co-authored-by: Jeong YunWon <jeong@youknowone.org> Co-authored-by: Jonliu1993 <13720414433@163.com>
14 lines
324 B
Diff
14 lines
324 B
Diff
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
|
|
index ed494d9..0155a7b 100644
|
|
--- a/cmake/CMakeLists.txt
|
|
+++ b/cmake/CMakeLists.txt
|
|
@@ -84,7 +84,7 @@ add_library(upb
|
|
target_link_libraries(upb
|
|
fastdecode
|
|
port
|
|
- /third_party/wyhash)
|
|
+ )
|
|
add_library(fastdecode
|
|
../upb/decode.int.h
|
|
../upb/decode_fast.c
|