ecbuild_check_fortran

Check for Fortran features.

ecbuild_check_fortran( [ FEATURES <feature1> [ <feature2> ... ] ]
                       [ REQUIRED <feature1> [ <feature2> ... ] ]
                       [ PRINT ] )

Options

FEATURES : optional
list of optional features to check for
REQUIRED : optional
list of required features to check for, fails if not detected
PRINT : optional
print a summary of features checked for, found and not found

Note

If neither FEATURES nor REQUIRED are given, check for all features.