You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,7 +412,9 @@ After that you can build with CMake:
412
412
cmake .&& make
413
413
```
414
414
415
-
A C++17 compiler is required. On macOS, you need to install `cmake`, for example, via `brew install cmake`. Note that you can also use `ninja` as your generator: `cmake -G Ninja . && ninja`.
415
+
A C++20 compiler is required. On macOS, you need to install `cmake`, for
416
+
example, via `brew install cmake`. Note that you can also use `ninja` as your
417
+
generator: `cmake -G Ninja . && ninja`.
416
418
417
419
To avoid the gtest dependency, you can pass `-DBUILD_TESTS=OFF` to cmake.
0 commit comments