Update CMake minimum version

#1199
This commit is contained in:
Sascha Willems 2025-04-11 19:52:01 +02:00
parent b56067bd03
commit d1bdb1ec65
98 changed files with 292 additions and 102 deletions

View file

@ -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++14. 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++20. All required dependencies are included. The project uses [CMake](https://cmake.org/) as the build system, min. required version is CMake 3.10.0.
## General CMake options