diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-07-30 18:21:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 18:21:30 +0300 |
commit | 3e54719ab810fa5a01b786810ca4df2db892c895 (patch) | |
tree | eeea69d8bf0908b76d14877a71600b5ada3ce814 /test cases | |
parent | 1e53f67187a5df2eff19e65416f4e4c8d06f6257 (diff) | |
parent | b5e9ab8ed02629c14050d86815fa2eb69c6425a2 (diff) | |
download | meson-3e54719ab810fa5a01b786810ca4df2db892c895.zip meson-3e54719ab810fa5a01b786810ca4df2db892c895.tar.gz meson-3e54719ab810fa5a01b786810ca4df2db892c895.tar.bz2 |
Merge pull request #5740 from scivision/intel-ci_fix
tests: Intel-cl fixes for Fortran
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/fortran/2 modules/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test cases/fortran/2 modules/meson.build b/test cases/fortran/2 modules/meson.build index fb58b9d..791ae63 100644 --- a/test cases/fortran/2 modules/meson.build +++ b/test cases/fortran/2 modules/meson.build @@ -1,4 +1,5 @@ -project('modules', 'fortran') +project('modules', 'fortran', + default_options : ['default_library=static']) commented = library('commented', 'comment_mod.f90') |