We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3d91e commit 5d2271fCopy full SHA for 5d2271f
1 file changed
cmake/compiler_flags.cmake
@@ -1,6 +1,6 @@
1
if( CMAKE_Fortran_COMPILER_ID MATCHES "GNU" )
2
include( compiler_flags_GNU_Fortran )
3
-elseif( CMAKE_Fortran_COMPILER_ID MATCHES "Intel" )
+elseif( CMAKE_Fortran_COMPILER_ID MATCHES "Intel" AND NOT WIN32 )
4
include( compiler_flags_Intel_Fortran )
5
else()
6
message( STATUS "Fortran compiler with ID ${CMAKE_Fortran_COMPILER_ID} will be used with CMake default options")
0 commit comments