summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake-project-version.md
AgeCommit message (Collapse)Author
2024-03-13Generate relnotes for 1.4.0.Jussi Pakkanen
2023-12-12cmake: parse project versionNicolas Werner
This properly sets the project version in projects meson generates from cmake projects. This allows dependency fallbacks to properly check the version constraints in dependency calls when falling back to a cmake subproject. Before this would fail, because the project version was undefined.