Commit Graph

3 Commits

Author SHA1 Message Date
Paul Wankadia 7c5a7bd73b
Make Findre2.cmake idempotent. (#25821)
As per https://github.com/grpc/grpc/issues/25434, idempotence is necessary
because CMake fails when another target with the same name already exists.

Fixes #25434.
2021-04-08 11:55:06 +02:00
Paul Wankadia 45e413d252 Attempt to find RE2 via CMake and via pkg-config. 2020-09-09 04:26:36 -07:00
Kyle Edwards 933d75653d Add Findc-ares.cmake module
This is a CMake find-module, which attempts to find c-ares without
a CMake package file being available. If such a file is available,
it uses that. Otherwise, it searches for the library and include
directory manually.
2019-12-06 11:22:25 -05:00