From 330581502a7c7332a8f3ec15d57e1c21f7ff1ca8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 22 Sep 2016 10:56:56 -0400 Subject: Help: Document Ninja generator conditional Fortran support Closes: #14215 --- Help/generator/Ninja.rst | 10 ++++++++++ Help/release/dev/ninja-fortran.rst | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 Help/release/dev/ninja-fortran.rst 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 diff --git a/Help/release/dev/ninja-fortran.rst b/Help/release/dev/ninja-fortran.rst new file mode 100644 index 0000000..612b1ff --- /dev/null +++ b/Help/release/dev/ninja-fortran.rst @@ -0,0 +1,6 @@ +ninja-fortran +------------- + +* The :generator:`Ninja` generator learned to conditionally support + Fortran when using a ``ninja`` tool that has the necessary features. + See generator documentation for details. -- cgit v0.12