Skip to content

Commit 3b37a58

Browse files
authored
Merge pull request #787 from semarie/cxx-clang
the C++ compiler is clang++
2 parents 93f6f70 + 6d75ec5 commit 3b37a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compiler.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ subroutine get_default_cxx_compiler(f_compiler, cxx_compiler)
599599
cxx_compiler = 'icpx'
600600

601601
case(id_flang, id_flang_new, id_f18)
602-
cxx_compiler='clang'
602+
cxx_compiler='clang++'
603603

604604
case(id_ibmxl)
605605
cxx_compiler='xlc++'

0 commit comments

Comments
 (0)