summaryrefslogtreecommitdiff
path: root/docs/markdown/CMake-module.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2020-01-28 11:46:10 +0100
committerDaniel Mensinger <daniel@mensinger-ka.de>2020-02-12 20:58:37 +0100
commit796b4c120ab37a9e0e73e2067aaad7b8d929e227 (patch)
treeaa96aeda197afb0de6ed93dba4b62e6a2e8d28f7 /docs/markdown/CMake-module.md
parenta41a902f5e32d60ba3eb46979737274ca771fb6e (diff)
downloadmeson-796b4c120ab37a9e0e73e2067aaad7b8d929e227.tar.gz
cmake: Add support for the new JSON trace format
Diffstat (limited to 'docs/markdown/CMake-module.md')
-rw-r--r--docs/markdown/CMake-module.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md
index 4cd62a5f7..a02139644 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