blob: 9e456e7a8d02a97fadada775567aa5daf372bccd (
plain)
1
2
3
4
5
6
7
|
## Support for CMake <3.14 is now deprecated for CMake subprojects
In CMake 3.14, the File API was introduced and the old CMake server API was
deprecated (and removed in CMake 3.20). Thus support for this API will also
be removed from Meson in future releases.
This deprecation only affects CMake subprojects.
|