summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-29 13:21:39 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-11-29 13:21:44 (GMT)
commit89a628e28f68daf124129aa1810ba50a420a64c2 (patch)
tree9ce1458bdc712b9558c4e78b570420409e5c253b /Help/release
parentd4805dd47bc6ea586e16ac5eb9f5bd07f2ff6901 (diff)
parentf19c70c3d29f277f82f18820d36ca17e9ba398ae (diff)
downloadCMake-89a628e28f68daf124129aa1810ba50a420a64c2.zip
CMake-89a628e28f68daf124129aa1810ba50a420a64c2.tar.gz
CMake-89a628e28f68daf124129aa1810ba50a420a64c2.tar.bz2
Merge topic 'fortran-compiler-launcher'
f19c70c3 Fortran: Add option to run the compiler through launcher tools Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1517
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/fortran-compiler-launcher.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/fortran-compiler-launcher.rst b/Help/release/dev/fortran-compiler-launcher.rst
new file mode 100644
index 0000000..ce254f1
--- /dev/null
+++ b/Help/release/dev/fortran-compiler-launcher.rst
@@ -0,0 +1,8 @@
+fortran-compiler-launcher
+-------------------------
+
+* The :ref:`Makefile Generators` and the :generator:`Ninja` generator learned
+ to add compiler launcher tools along with the compiler for the ``Fortran``
+ language (``C``, ``CXX``, and ``CUDA`` were supported previously).
+ See the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable and
+ :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property for details.