diff options
author | Brad King <brad.king@kitware.com> | 2014-08-06 14:27:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-18 15:18:48 (GMT) |
commit | 7386d0d6df1b10f14accf843683eaf8692309c1f (patch) | |
tree | af064bb982f56c488297e0ed11a1fa6a89c16251 /Help/module | |
parent | ebd8fa2256c9293b3887f6aeecc9aa7ee718137d (diff) | |
download | CMake-7386d0d6df1b10f14accf843683eaf8692309c1f.zip CMake-7386d0d6df1b10f14accf843683eaf8692309c1f.tar.gz CMake-7386d0d6df1b10f14accf843683eaf8692309c1f.tar.bz2 |
Add CheckFortranSourceCompiles module (#14656)
Copy the CheckCSourceCompiles module and port it to Fortran.
Extend the FortranOnly test to try using the new module.
Suggested-by: Nicolas Bock <nicolasbock@gmail.com>
Diffstat (limited to 'Help/module')
-rw-r--r-- | Help/module/CheckFortranSourceCompiles.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/module/CheckFortranSourceCompiles.rst b/Help/module/CheckFortranSourceCompiles.rst new file mode 100644 index 0000000..b749a2a --- /dev/null +++ b/Help/module/CheckFortranSourceCompiles.rst @@ -0,0 +1 @@ +.. cmake-module:: ../../Modules/CheckFortranSourceCompiles.cmake |