Skip to content

Tests: Fix RunCMake.try_run case on gfortran < 4.3

Brad King requested to merge brad.king/cmake:try_compile-linker-language into master

Since !8871 (merged) the test has failed with gfortran < 4.3 because it does not support the Fortran syntax used by the test. Add a version check.

Merge request reports