Skip to content

Commit 711662f

Browse files
committed
Move back gRPC_CARES_PROVIDER to CACHE STRING FORCE
1 parent 00a838f commit 711662f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3215,7 +3215,9 @@ function(build_grpc)
32153215
endif()
32163216

32173217
# Use "none" provider for c-ares or re2, either we vendored it or we already found it.
3218-
set(gRPC_CARES_PROVIDER "none")
3218+
set(gRPC_CARES_PROVIDER
3219+
"none"
3220+
CACHE STRING "" FORCE)
32193221
set(_gRPC_CARES_LIBRARIES "c-ares::cares")
32203222

32213223
set(gRPC_RE2_PROVIDER "none")

0 commit comments

Comments
 (0)