Skip to content

Commit 079e7da

Browse files
committed
Update compiler ids from rebase.
1 parent 8c5763b commit 079e7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fpm_compiler.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ subroutine get_default_c_compiler(f_compiler, c_compiler)
345345

346346
select case(id)
347347

348-
case(id_intel_classic)
348+
case(id_intel_classic_nix, id_intel_classic_mac, id_intel_classic_windows, id_intel_classic_unknown)
349349
c_compiler = 'icc'
350350

351-
case(id_intel_llvm)
351+
case(id_intel_llvm_nix,id_intel_llvm_windows, id_intel_llvm_unknown)
352352
c_compiler = 'icx'
353353

354354
case(id_flang)

0 commit comments

Comments
 (0)