Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ a future release.
## Dependencies
In the most basic case one needs only:
- a C++-17-complaint compiler,
- `cmake` (3.12 or newer), and
- `cmake` (3.13 or newer), and
- `ninja`

Optional dependencies:
Expand Down Expand Up @@ -150,7 +150,7 @@ int main()
- `touch CMakeLists.txt`, then copy the following CMake code into that file

```cmake
cmake_minimum_required(VERSION 3.12)
cmake_minimum_required(VERSION 3.13)
project(application-example)

set(CMAKE_CXX_STANDARD 17)
Expand Down
Loading