File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ cmake_minimum_required(VERSION 3.0)
2525
2626include (cmake/HunterGate.cmake )
2727HunterGate (
28- URL "https://github.com/ruslo /hunter/archive/v0.23.80 .tar.gz"
29- SHA1 "3bfa8be33ac3bdac570312ca1ece33059cc71c20 "
28+ URL "https://github.com/cpp-pm /hunter/archive/v0.23.264 .tar.gz"
29+ SHA1 "45ab668f0923fc3ace807a34d971e34ce7428dfd "
3030 LOCAL
3131)
3232
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ if(gRPC_ABSL_PROVIDER STREQUAL "module")
3535 endif ()
3636elseif (gRPC_ABSL_PROVIDER STREQUAL "package" )
3737 # Use "CONFIG" as there is no built-in cmake module for absl.
38+ hunter_add_package (abseil )
3839 find_package (absl REQUIRED CONFIG )
3940 set (_gRPC_FIND_ABSL "if(NOT absl_FOUND)\n find_package(absl CONFIG)\n endif()" )
4041endif ()
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ if(gRPC_RE2_PROVIDER STREQUAL "module")
4242 set (gRPC_INSTALL FALSE )
4343 endif ()
4444elseif (gRPC_RE2_PROVIDER STREQUAL "package" )
45+ hunter_add_package (re2 )
4546 find_package (re2 REQUIRED CONFIG )
4647
4748 if (TARGET re2::re2)
You can’t perform that action at this time.
0 commit comments