We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc6fe7 commit 9a25b3cCopy full SHA for 9a25b3c
CMakeLists.txt
@@ -146,10 +146,10 @@ get_filename_component( FTN_COMPILER_DIR "${CMAKE_Fortran_COMPILER}"
146
get_filename_component( C_COMPILER_DIR "${CMAKE_C_COMPILER}"
147
REALPATH )
148
149
-if (FTN_COMPILER_NAME MATCHES '^[mM][pP][iI]')
+if (FTN_COMPILER_NAME MATCHES "^[mM][pP][iI]")
150
set (MPI_Fortran_COMPILER "${CMAKE_Fortran_COMPILER}")
151
endif()
152
-if (C_COMPILER_NAME MATCHES '^[mM][pP][iI]')
+if (C_COMPILER_NAME MATCHES "^[mM][pP][iI]")
153
set (MPI_C_COMPILER "${CMAKE_C_COMPILER}")
154
155
0 commit comments