diff options
author | Nicolas Bock <nicolasbock@gmail.com> | 2015-02-03 00:07:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-05 16:16:59 (GMT) |
commit | 393a45e2e1fa2f0d9657d4a686257d828cd918e4 (patch) | |
tree | ccd26d489a638ad27df4f2304b5c2e990e2a76c3 /Help/module | |
parent | 098160d5f2a1aa35d2f14c585dd87cefd8f56f41 (diff) | |
download | CMake-393a45e2e1fa2f0d9657d4a686257d828cd918e4.zip CMake-393a45e2e1fa2f0d9657d4a686257d828cd918e4.tar.gz CMake-393a45e2e1fa2f0d9657d4a686257d828cd918e4.tar.bz2 |
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/module')
-rw-r--r-- | Help/module/CheckFortranCompilerFlag.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/CheckFortranCompilerFlag.rst b/Help/module/CheckFortranCompilerFlag.rst new file mode 100644 index 0000000..58bf6ec --- /dev/null +++ b/Help/module/CheckFortranCompilerFlag.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CheckFortranCompilerFlag.cmake |