vcpkg/ports/bond/skip-grpc-compilation.patch
MonicaLiu 714774fd4f
[bond] Update to 10.0.0 (#31269)
* update bond

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-08 18:18:38 -07:00

16 lines
432 B
Diff

diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
index 8c1f368..8b13789 100644
--- a/thirdparty/CMakeLists.txt
+++ b/thirdparty/CMakeLists.txt
@@ -1,10 +1 @@
-include (Compiler)
-if (BOND_ENABLE_GRPC)
- if (BOND_FIND_GRPC)
- find_package(grpc CONFIG REQUIRED)
- else ()
- cxx_add_compile_options(Clang -Wno-unused-value)
- add_subdirectory(grpc)
- endif ()
-endif ()