diff options
author | Brad King <brad.king@kitware.com> | 2020-04-17 10:58:53 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-04-17 10:58:53 -0400 |
commit | fa31c195b85e1f0d8553b07d5aff2f090311bbf3 (patch) | |
tree | a0f08a5d074f41d13398f6f48ff21416da8f369b /Help | |
parent | bd580b7d568493a795a855c0710ba4ad88532485 (diff) | |
download | cmake-fa31c195b85e1f0d8553b07d5aff2f090311bbf3.tar.gz |
Ninja: Document that Fortran support is available with Ninja 1.10+
Ninja 1.10 was released in Jan 2020 and has the features we need
to support Fortran. Replace documentation that mentions Kitware's
branch with mention of Ninja 1.10+ instead.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/generator/Ninja.rst | 6 |
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 ^^^^^^^^ |