Skip to content

Commit 6d75ec5

Browse files
committed
the C++ compiler is clang++
1 parent 93f6f70 commit 6d75ec5

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)