Commit b9a2996
authored
Pass on Fortran compiler and flags to CMake target (#7752)
- This was done for Windows in commit 0f7757d
It was missing for Linux. It is only caught now because the nightly
builds for some distributions are failing.
We specifically need this because we need to allow argument mismatch
(-fallow-argument-mismatch) for newer Fortran compilers.
- CC, CXX, CFLAGS, ... were passed on to the CMake compiled libraries.
Fortran counterparts were missing.1 parent 198cb18 commit b9a2996
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments