summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake-project-version.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/cmake-project-version.md')
-rw-r--r--docs/markdown/snippets/cmake-project-version.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/cmake-project-version.md b/docs/markdown/snippets/cmake-project-version.md
new file mode 100644
index 000000000..0bc120b9f
--- /dev/null
+++ b/docs/markdown/snippets/cmake-project-version.md
@@ -0,0 +1,6 @@
+## Meson now reads the project version of cmake subprojects
+
+CMake subprojects configured by meson will now have their project
+version set to the project version in their CMakeLists.txt. This
+allows version constraints to be properly checked when falling back to
+a cmake subproject.