ecbuild_check_fortran

Check for Fortran features.

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

Options

FEATURESoptional

list of optional features to check for

REQUIREDoptional

list of required features to check for, fails if not detected

PRINToptional

print a summary of features checked for, found and not found

Note

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