docs: remove outdated clarification

Similar to the previous commit, we now require Meson 0.52 all the time,
so there's no point in singling this out.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11464>
This commit is contained in:
Erik Faye-Lund 2021-06-18 13:32:27 +02:00 committed by Marge Bot
parent 309b549f0e
commit 07cd8897fb

View file

@ -157,9 +157,7 @@ CC and CXX environment variables.
All of these compilers are tested and work with Ninja, but if you want All of these compilers are tested and work with Ninja, but if you want
Visual Studio integration or you just like msbuild, passing Visual Studio integration or you just like msbuild, passing
``--backend=vs`` to Meson will generate a Visual Studio solution. If you ``--backend=vs`` to Meson will generate a Visual Studio solution.
want to use ICL or clang-cl with the vsbackend you will need Meson
0.52.0 or greater. Older versions always use the Microsoft compiler.
3. Advanced Usage 3. Advanced Usage
----------------- -----------------