diff options
author | Brad King <brad.king@kitware.com> | 2016-09-22 14:56:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-22 17:53:10 (GMT) |
commit | 330581502a7c7332a8f3ec15d57e1c21f7ff1ca8 (patch) | |
tree | dbee0a465d9c5d7916f566e9dedad315225a5236 /Help/generator/Ninja.rst | |
parent | 59aae29214b727944978b8e545a552f96c88b883 (diff) | |
download | CMake-330581502a7c7332a8f3ec15d57e1c21f7ff1ca8.zip CMake-330581502a7c7332a8f3ec15d57e1c21f7ff1ca8.tar.gz CMake-330581502a7c7332a8f3ec15d57e1c21f7ff1ca8.tar.bz2 |
Help: Document Ninja generator conditional Fortran support
Closes: #14215
Diffstat (limited to 'Help/generator/Ninja.rst')
-rw-r--r-- | Help/generator/Ninja.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/generator/Ninja.rst b/Help/generator/Ninja.rst index ef0e28b..3bbd9dc 100644 --- a/Help/generator/Ninja.rst +++ b/Help/generator/Ninja.rst @@ -21,3 +21,13 @@ are generated: ``sub/dir/package`` Runs the package step in the subdirectory, if any. + +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 |