diff options
author | Michael Hirsch, Ph.D <scivision@users.noreply.github.com> | 2018-12-06 20:09:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-01-10 19:09:12 (GMT) |
commit | 10a1477b631d9173a32827a315aebf1941c87564 (patch) | |
tree | 07e582628ada224c880dd8101d567a159cc4c8f0 /Help/release | |
parent | 6092a770f66bff959749170141d44188f4b6f3f1 (diff) | |
download | CMake-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/release')
-rw-r--r-- | Help/release/dev/check-fortran-run.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/check-fortran-run.rst b/Help/release/dev/check-fortran-run.rst new file mode 100644 index 0000000..b5f6558 --- /dev/null +++ b/Help/release/dev/check-fortran-run.rst @@ -0,0 +1,6 @@ +check-fortran-run +----------------- + +* A :module:`CheckFortranSourceRuns` module was added to provide a + :command:`check_fortran_source_runs` command to check if a Fortran + source snippet compiles and runs. |