Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update abseil-cpp.cmake: add version check (#20962)
Some dev environments come with a preinstalled abseil. For example, conda users often do that. If the preinstalled abseil version is incompatible with what we have in cmake/deps.txt, it could result in a hard-to-understand build error. This PR adds a version check to improve that.
- Loading branch information