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 51d6dd3 commit 4b85a55Copy full SHA for 4b85a55
cpp/cmake_modules/ThirdpartyToolchain.cmake
@@ -3222,6 +3222,10 @@ function(build_grpc)
3222
set(_gRPC_CARES_LIBRARIES
3223
"c-ares::cares"
3224
CACHE STRING "" FORCE)
3225
+ else()
3226
+ set(gRPC_CARES_PROVIDER
3227
+ "package"
3228
+ CACHE STRING "" FORCE)
3229
endif()
3230
3231
if(RE2_VENDORED)
@@ -3231,6 +3235,10 @@ function(build_grpc)
3235
set(_gRPC_RE2_LIBRARIES
3232
3236
"re2::re2"
3233
3237
3238
3239
+ set(gRPC_RE2_PROVIDER
3240
3241
3234
3242
3243
set(gRPC_SSL_PROVIDER
3244
"package"
0 commit comments