mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
10a1477b63
Add a Fortran equivalent to the existing `Check{C,CXX}SourceRuns`
modules.
7 lines
209 B
ReStructuredText
7 lines
209 B
ReStructuredText
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.
|