mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
714774fd4f
* update bond * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
16 lines
432 B
Diff
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 ()
|