diff options
Diffstat (limited to 'Help/release/dev/fortran-compiler-launcher.rst')
-rw-r--r-- | Help/release/dev/fortran-compiler-launcher.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Help/release/dev/fortran-compiler-launcher.rst b/Help/release/dev/fortran-compiler-launcher.rst deleted file mode 100644 index ce254f1..0000000 --- a/Help/release/dev/fortran-compiler-launcher.rst +++ /dev/null @@ -1,8 +0,0 @@ -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. |