Skip to content

Ninja: Record support for Fortran by Ninja 1.10

Brad King requested to merge brad.king/cmake:ninja-1.10 into master

Our Ninja PR 1521 has been merged to include the dyndep feature we need for Fortran support in upstream Ninja. The work is scheduled for inclusion in the Ninja 1.10 release. Update our check for dyndep support to look for this version. Update the not-supported wording to mention that support will be in Ninja 1.10 but that it is not yet released. Retain mention of our branch for now.

Old MR description wording that needed us to wait for 1.10 to be released

Suggest using Ninja version 1.10 or higher if an older version is tried with Fortran.

Also drop the suggestion to use our branch of Ninja now that an upstream version supports it.

TODO:

  • Wait for Ninja 1.10 to be released.
Edited by Brad King

Merge request reports