Skip to content

Commit 00a838f

Browse files
committed
Validate gRPC_CARES_PROVIDER needs CACHE variable clean
1 parent 8ad3a02 commit 00a838f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,9 +3215,7 @@ 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
3219-
"none"
3220-
CACHE STRING "" FORCE)
3218+
set(gRPC_CARES_PROVIDER "none")
32213219
set(_gRPC_CARES_LIBRARIES "c-ares::cares")
32223220

32233221
set(gRPC_RE2_PROVIDER "none")

0 commit comments

Comments
 (0)