meson.build: require GCC 12 or clang 14
GCC 10 doesn't have std::make_unique_for_overwrite(), so let's drop it.
This commit is contained in:
@@ -57,7 +57,7 @@ and unpack it (or `clone the git repository
|
||||
|
||||
In any case, you need:
|
||||
|
||||
* a C++20 compiler (e.g. GCC 10 or clang 11)
|
||||
* a C++20 compiler (e.g. GCC 12 or clang 14)
|
||||
* `Meson 1.0 <http://mesonbuild.com/>`__ and `Ninja
|
||||
<https://ninja-build.org/>`__
|
||||
* pkg-config
|
||||
|
Reference in New Issue
Block a user