Add -fallow-argument-mismatch only for Fortran and only for compilers that support it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
Event Timeline
Comment Actions
- Use standard convention for feature-test variables.
- Only add CMake Utility Modules that are actually used.
Naming convention for the feature-test variable usually starts with "SUPPORTS_" or "${lang}_SUPPORTS_", e.g. FORTRAN_SUPPORTS_FALLOW_ARGUMENT_MISMATCH.