2020-06-03 07:14:26 +08:00
|
|
|
diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt
|
2023-05-09 09:18:38 +08:00
|
|
|
index 8c1f368..8b13789 100644
|
2020-06-03 07:14:26 +08:00
|
|
|
--- a/thirdparty/CMakeLists.txt
|
|
|
|
+++ b/thirdparty/CMakeLists.txt
|
2023-05-09 09:18:38 +08:00
|
|
|
@@ -1,10 +1 @@
|
2020-06-03 07:14:26 +08:00
|
|
|
-include (Compiler)
|
2023-05-09 09:18:38 +08:00
|
|
|
|
2020-06-03 07:14:26 +08:00
|
|
|
-if (BOND_ENABLE_GRPC)
|
2023-05-09 09:18:38 +08:00
|
|
|
- if (BOND_FIND_GRPC)
|
|
|
|
- find_package(grpc CONFIG REQUIRED)
|
|
|
|
- else ()
|
|
|
|
- cxx_add_compile_options(Clang -Wno-unused-value)
|
|
|
|
- add_subdirectory(grpc)
|
|
|
|
- endif ()
|
|
|
|
-endif ()
|