From 796b4c120ab37a9e0e73e2067aaad7b8d929e227 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Tue, 28 Jan 2020 11:46:10 +0100 Subject: cmake: Add support for the new JSON trace format --- docs/markdown/CMake-module.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/markdown') diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md index 4cd62a5..a021396 100644 --- a/docs/markdown/CMake-module.md +++ b/docs/markdown/CMake-module.md @@ -12,6 +12,11 @@ following functions will then be available as methods on the object with the name `cmake`. You can, of course, replace the name `cmake` with anything else. +It is generally recommended to use the latest Meson version and +CMake >=3.17 for best compatibility. CMake subprojects will +usually also work with older CMake versions. However, this can +lead to unexpected issues in rare cases. + ## CMake subprojects Using CMake subprojects is similar to using the "normal" meson -- cgit v1.1