diff options
author | Brad King <brad.king@kitware.com> | 2024-07-24 14:02:39 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-07-24 14:02:54 (GMT) |
commit | 4c35a71ae9ebe92efe22a7b70688aae2a055148b (patch) | |
tree | 71f7b0d78db265a632b22016669d47eca400566f /Help/variable/CMAKE_LANG_COMPILER_ID.rst | |
parent | 077691942a778516e6d88051d8f5d691ee037b33 (diff) | |
parent | aff38fed4f491b4e48346e322ddc9b1980a2244f (diff) | |
download | CMake-4c35a71ae9ebe92efe22a7b70688aae2a055148b.zip CMake-4c35a71ae9ebe92efe22a7b70688aae2a055148b.tar.gz CMake-4c35a71ae9ebe92efe22a7b70688aae2a055148b.tar.bz2 |
Merge topic 'lfortran'
aff38fed4f ci: Add nightly jobs for LFortran on Fedora
a0def56402 ci: Add lfortran to Fedora base image
98d0f918ba LFortran: Add support for this compiler
c6f81bdacf Tests/RunCMake: Pass Fortran compiler id into more tests
fa1b748389 Tests/RunCMake/DependencyGraph: Specify Fortran function return type
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: scivision <michael@scivision.dev>
Acked-by: Matthew Thompson <fortran@gmail.com>
Merge-request: !9188
Diffstat (limited to 'Help/variable/CMAKE_LANG_COMPILER_ID.rst')
-rw-r--r-- | Help/variable/CMAKE_LANG_COMPILER_ID.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index b1e2687..72cd832 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -32,6 +32,7 @@ Value Name ``Intel`` Intel Classic Compiler ``IntelLLVM`` `Intel LLVM-Based Compiler`_ ``LCC`` MCST Elbrus C/C++/Fortran Compiler +``LFortran`` LFortran Fortran Compiler ``MSVC`` `Microsoft Visual Studio`_ ``NVHPC`` `NVIDIA HPC Compiler`_ ``NVIDIA`` `NVIDIA CUDA Compiler`_ |