Requires C++20

This commit is contained in:
Olivier Goffart 2022-01-24 12:12:20 +01:00
parent 6babb73136
commit d0b3adeba9
7 changed files with 8 additions and 8 deletions

View file

@ -33,7 +33,7 @@ First you need to install the prerequisites:
have Rust installed, make sure that it's at least version 1.56 or newer. You can check which version you have installed
by running `rustc --version`. Once this is done, you should have the ```rustc``` compiler and the ```cargo``` build system installed in your path.
* **[cmake](https://cmake.org/download/)** (3.19 or newer)
* A C++ compiler that supports C++17 (e.g., **MSVC 2019** on Windows)
* A C++ compiler that supports C++20 (e.g., **MSVC 2019 16.6** on Windows)
You can include SixtyFPS in your CMake project using CMake's [`FetchContent`](https://cmake.org/cmake/help/latest/module/FetchContent.html) feature.
Insert the following snippet into your `CMakeLists.txt` to make CMake download the latest release, compile it and make the CMake integration available: