We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b81f1 commit 045db58Copy full SHA for 045db58
cmake/grpcxx-config.cmake.in
@@ -4,12 +4,13 @@ include(${CMAKE_CURRENT_LIST_DIR}/grpcxx-version.cmake)
4
5
if(NOT grpcxx::grpcxx)
6
if(NOT @GRPCXX_HERMETIC_BUILD@)
7
+ include(CMakeFindDependencyMacro)
8
if(NOT @GRPCXX_USE_ASIO@)
9
find_dependency(libuv REQUIRED)
10
endif()
11
find_dependency(Protobuf @PROTOBUF_MINVERSION@ REQUIRED)
12
find_dependency(fmt @FMT_MINVERSION@ REQUIRED)
13
-
14
+
15
include(${CMAKE_CURRENT_LIST_DIR}/grpcxx-targets.cmake)
16
0 commit comments