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.pull/12628/head
parent
f6f46173c4
commit
ebf5757c59
5 changed files with 26 additions and 4 deletions
@ -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. |
Loading…
Reference in new issue