diff options
author | Nicolas Bock <nicolasbock@gmail.com> | 2015-02-02 17:07:04 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-05 11:16:59 -0500 |
commit | 393a45e2e1fa2f0d9657d4a686257d828cd918e4 (patch) | |
tree | ccd26d489a638ad27df4f2304b5c2e990e2a76c3 /Help/manual/cmake-modules.7.rst | |
parent | 098160d5f2a1aa35d2f14c585dd87cefd8f56f41 (diff) | |
download | cmake-393a45e2e1fa2f0d9657d4a686257d828cd918e4.tar.gz |
CheckFortranCompilerFlag: Add module to check Fortran flag existence
Copy the CheckCCompilerFlag module and replace 'C' with 'Fortran'.
Also update the common patterns module to match some Fortran compiler
messages.
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index db56010988..76058f91c8 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -22,6 +22,7 @@ All Modules /module/CheckCXXSourceCompiles /module/CheckCXXSourceRuns /module/CheckCXXSymbolExists + /module/CheckFortranCompilerFlag /module/CheckFortranFunctionExists /module/CheckFortranSourceCompiles /module/CheckFunctionExists |