google / s2geometry

Computational geometry and spatial indexing on the sphere
http://s2geometry.io/
Apache License 2.0
2.29k stars 302 forks source link

abseil-cpp supports vlog #354

Closed pateldeev closed 6 months ago

pateldeev commented 6 months ago

abseil-cpp supports vlog in latest release. https://github.com/abseil/abseil-cpp/commit/7b6c17e378224844d8663a410da2da5353b205b9

jmr commented 6 months ago

Could you update README.md to say that https://github.com/abseil/abseil-cpp/releases/tag/20240116.1 is required?

Do we also need to bump the version to 0.12.0 in CMakeLists.txt?

pateldeev commented 6 months ago

Updated readme. Add check in cmakes list that vlog module exists.