Skip to content

CheckFortranSourceRuns: Check that compiled Fortran code actually runs

scivision requested to merge scivision/cmake:check-fortran-run into master

Also works with SRC_EXT options such that this works:

include(CheckFortranSourceRuns)
check_fortran_source_runs("program a; end program" FRUN SRC_EXT F90)
message("run: " ${FRUN})

Merge request reports