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 5417bd5 commit 1fecba2Copy full SHA for 1fecba2
src/mpi/CMakeLists.txt
@@ -1,7 +1,7 @@
1
set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR}/mod)
2
3
-if (CMAKE_SYSTEM_NAME MATCHES "Windows")
4
- add_definitions(-D_POSIX -DUSE_GCC)
+if (MINGW)
+ add_definitions(-D_POSIX)
5
endif()
6
7
if (NOT MPI_C_FOUND)
0 commit comments