From 3f1519f2e739cb8bab4aba4c5b2e0674ff2a6790 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Wed, 1 Dec 2021 23:41:48 +0100 Subject: cmake: Deprecate CMake <3.14 and warn for <3.17 (#9677) * cmake: Deprecate CMake <3.14 and warn for <3.17 See: - #7832 - #9676 * cmake: Add deprecation release note snippet --- docs/markdown/snippets/cmake_deprecated.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/markdown/snippets/cmake_deprecated.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/cmake_deprecated.md b/docs/markdown/snippets/cmake_deprecated.md new file mode 100644 index 0000000..9e456e7 --- /dev/null +++ b/docs/markdown/snippets/cmake_deprecated.md @@ -0,0 +1,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. -- cgit v1.1