summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFFortranCompilerFlags.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-07-20 14:04:28 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-07-20 14:04:28 (GMT)
commit31b28af54d4b0557f846531283ab6580ad5c0e8a (patch)
tree495ec27d5cb83ed52e20def19e7b5513cd5c4ee7 /config/cmake/HDFFortranCompilerFlags.cmake
parent146e98114669c616938ec50d3e1bcd6f6dc37c55 (diff)
downloadhdf5-31b28af54d4b0557f846531283ab6580ad5c0e8a.zip
hdf5-31b28af54d4b0557f846531283ab6580ad5c0e8a.tar.gz
hdf5-31b28af54d4b0557f846531283ab6580ad5c0e8a.tar.bz2
Merge from 1.10-1.12-dev - LT parse needs update
Diffstat (limited to 'config/cmake/HDFFortranCompilerFlags.cmake')
-rw-r--r--config/cmake/HDFFortranCompilerFlags.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDFFortranCompilerFlags.cmake b/config/cmake/HDFFortranCompilerFlags.cmake
index 15edaa8..2bbb35d 100644
--- a/config/cmake/HDFFortranCompilerFlags.cmake
+++ b/config/cmake/HDFFortranCompilerFlags.cmake
@@ -48,7 +48,7 @@ endif ()
# CDash is configured to only allow 3000 warnings, so
# break into groups (from the config/gnu-flags file)
#-----------------------------------------------------------------------------
-if (NOT MSVC)
+if (NOT MSVC AND NOT MINGW)
# General flags
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/intel-warnings/ifort-general")