diff options
author | Brad King <brad.king@kitware.com> | 2020-04-20 11:53:42 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-20 11:53:49 (GMT) |
commit | be88264abecf73cb363a62b0c2bcd71613699543 (patch) | |
tree | 8b5c1f07bba6abaf112bfede66d13d950a79d228 /Help | |
parent | ee79216b828196e8e4ff0a92ee0c481faddc4709 (diff) | |
parent | fa31c195b85e1f0d8553b07d5aff2f090311bbf3 (diff) | |
download | CMake-be88264abecf73cb363a62b0c2bcd71613699543.zip CMake-be88264abecf73cb363a62b0c2bcd71613699543.tar.gz CMake-be88264abecf73cb363a62b0c2bcd71613699543.tar.bz2 |
Merge topic 'ninja-fortran-doc' into release-3.17
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.rst | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst index 275055d..08ee81b 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 ^^^^^^^^ |