summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-modules.7.rst
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <scivision@users.noreply.github.com>2018-12-06 20:09:54 (GMT)
committerBrad King <brad.king@kitware.com>2019-01-10 19:09:12 (GMT)
commit10a1477b631d9173a32827a315aebf1941c87564 (patch)
tree07e582628ada224c880dd8101d567a159cc4c8f0 /Help/manual/cmake-modules.7.rst
parent6092a770f66bff959749170141d44188f4b6f3f1 (diff)
downloadCMake-10a1477b631d9173a32827a315aebf1941c87564.zip
CMake-10a1477b631d9173a32827a315aebf1941c87564.tar.gz
CMake-10a1477b631d9173a32827a315aebf1941c87564.tar.bz2
CheckFortranSourceRuns: Add module to check if Fortran code runs
Add a Fortran equivalent to the existing `Check{C,CXX}SourceRuns` modules.
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r--Help/manual/cmake-modules.7.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 940186a..71a8b00 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -28,6 +28,7 @@ These modules are loaded using the :command:`include` command.
/module/CheckFortranCompilerFlag
/module/CheckFortranFunctionExists
/module/CheckFortranSourceCompiles
+ /module/CheckFortranSourceRuns
/module/CheckFunctionExists
/module/CheckIPOSupported
/module/CheckIncludeFileCXX