Skip to content

Commit

Permalink
Fix typo in README.md (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLai0317 authored Sep 15, 2022
1 parent 01d6a50 commit 2ff8244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ cd s2geometry

First, [install Abseil](https://github.com/abseil/abseil-cpp/blob/master/CMake/README.md#traditional-cmake-set-up).
It must be configured with `-DCMAKE_POSITION_INDEPENDENT_CODE=ON`.
s2geometry must be configured to use the came C++ version that
s2geometry must be configured to use the same C++ version that
abseil uses. The easiest way to achieve this is to pass
`-DCMAKE_CXX_STANDARD=11` (or `-DCMAKE_CXX_STANDARD=17`) to `cmake`
when compiling both abseil and s2geometry.
Expand Down

0 comments on commit 2ff8244

Please sign in to comment.