Skip to content

Commit 61c60f5

Browse files
committed
do not reset Fortran compiler
1 parent 6819b24 commit 61c60f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (MPI_FOUND)
5656
else()
5757
message(STATUS "--> MPI Fortran Compiler : ${MPI_Fortran_COMPILER}")
5858
SET(Fortran_COMPILER "${CMAKE_Fortran_COMPILER}")
59-
SET(CMAKE_Fortran_COMPILER "${MPI_Fortran_COMPILER}")
59+
#SET(CMAKE_Fortran_COMPILER "${MPI_Fortran_COMPILER}")
6060
message(STATUS "--> Fortran Compiler : ${CMAKE_Fortran_COMPILER}")
6161
endif()
6262

0 commit comments

Comments
 (0)