diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-01-28 11:46:10 +0100 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2020-02-12 20:58:37 +0100 |
commit | 796b4c120ab37a9e0e73e2067aaad7b8d929e227 (patch) | |
tree | aa96aeda197afb0de6ed93dba4b62e6a2e8d28f7 /docs/markdown | |
parent | a41a902f5e32d60ba3eb46979737274ca771fb6e (diff) | |
download | meson-796b4c120ab37a9e0e73e2067aaad7b8d929e227.zip meson-796b4c120ab37a9e0e73e2067aaad7b8d929e227.tar.gz meson-796b4c120ab37a9e0e73e2067aaad7b8d929e227.tar.bz2 |
cmake: Add support for the new JSON trace format
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/CMake-module.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |