diff options
Diffstat (limited to 'src/it')
-rw-r--r-- | src/it/it0018-fortran/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/it/it0018-fortran/pom.xml b/src/it/it0018-fortran/pom.xml index b5bdb7a..7837a9b 100644 --- a/src/it/it0018-fortran/pom.xml +++ b/src/it/it0018-fortran/pom.xml @@ -62,14 +62,9 @@ under the License. <libraries> <library> <type>executable</type> - <linkFortran /> + <linkFortran>true</linkFortran> </library> </libraries> - <linker> - <options> - <option>-lgfortran</option> - </options> - </linker> </configuration> </plugin> </plugins> |