From d93c4b2e4ba3775b53badd87d8815dc0a215b53a Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Sat, 25 May 2024 12:18:24 +0200 Subject: [PATCH] Updated documentation for C++ standard requirement Still had 11, though CMake has been using 14 for quite some time now --- BUILD.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index b34ae9f6..eb7a62a9 100644 --- a/BUILD.md +++ b/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 diff --git a/README.md b/README.md index 7e7c3143..f962a5ca 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ git submodule update ## Building -The repository contains everything required to compile and build the examples on Windows, Linux, Android, iOS and macOS (using MoltenVK) using a C++ compiler that supports C++11. +The repository contains everything required to compile and build the examples on Windows, Linux, Android, iOS and macOS (using MoltenVK) using a C++ compiler that supports C++14. See [BUILD.md](BUILD.md) for details on how to build for the different platforms.