Updated documentation for C++ standard requirement
Still had 11, though CMake has been using 14 for quite some time now
This commit is contained in:
parent
202cfbb49e
commit
d93c4b2e4b
2 changed files with 2 additions and 2 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -1,6 +1,6 @@
|
|||
# Building
|
||||
|
||||
The repository contains everything required to compile and build the examples on Windows, Linux, Android and MacOS using a C++ compiler that supports at least C++11. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system.
|
||||
The repository contains everything required to compile and build the examples on Windows, Linux, Android and MacOS using a C++ compiler that supports at least C++14. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system.
|
||||
|
||||
## General CMake options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue