summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-04-20 11:53:42 +0000
committerKitware Robot <kwrobot@kitware.com>2020-04-20 07:53:49 -0400
commitaae1efc7d26679dc1f1bb0653719f364dd9bcb92 (patch)
tree0e7573c3d2dad7008b71464382009e3550eb6317 /Help
parent04e05550bbd94ebd48dd3a034856df7f5b7d826f (diff)
parentf2fa7d20b2cef29c82976822147b79ae1044a8da (diff)
downloadcmake-aae1efc7d26679dc1f1bb0653719f364dd9bcb92.tar.gz
Merge topic 'ninja-fortran-doc'
f2fa7d20b2 Merge branch 'backport-3.17-ninja-fortran-doc' into ninja-fortran-doc fa31c195b8 Ninja: Document that Fortran support is available with Ninja 1.10+ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4626
Diffstat (limited to 'Help')
-rw-r--r--Help/generator/Ninja.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst
index 275055d73a..08ee81b522 100644
--- a/Help/generator/Ninja.rst
+++ b/Help/generator/Ninja.rst
@@ -33,11 +33,7 @@ Fortran Support
^^^^^^^^^^^^^^^
The ``Ninja`` generator conditionally supports Fortran when the ``ninja``
-tool has the required features. As of this version of CMake the needed
-features have not been integrated into upstream Ninja. Kitware maintains
-a branch of Ninja with the required features on `github.com/Kitware/ninja`_.
-
-.. _`github.com/Kitware/ninja`: https://github.com/Kitware/ninja/tree/features-for-fortran#readme
+tool is at least version 1.10 (which has the required features).
See Also
^^^^^^^^