Skip to content

Commit 045db58

Browse files
authored
Fix cmake configs (#41)
1 parent 08b81f1 commit 045db58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/grpcxx-config.cmake.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ include(${CMAKE_CURRENT_LIST_DIR}/grpcxx-version.cmake)
44

55
if(NOT grpcxx::grpcxx)
66
if(NOT @GRPCXX_HERMETIC_BUILD@)
7+
include(CMakeFindDependencyMacro)
78
if(NOT @GRPCXX_USE_ASIO@)
89
find_dependency(libuv REQUIRED)
910
endif()
1011
find_dependency(Protobuf @PROTOBUF_MINVERSION@ REQUIRED)
1112
find_dependency(fmt @FMT_MINVERSION@ REQUIRED)
1213
endif()
13-
14+
1415
include(${CMAKE_CURRENT_LIST_DIR}/grpcxx-targets.cmake)
1516
endif()

0 commit comments

Comments
 (0)