summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 19:29:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-06 19:29:33 (GMT)
commit09ec1166d75bcddc57d261fb2b0a9e01769e80b0 (patch)
treea545333a1a174662cb365891d06ee0b77cf40b25 /config
parentfd18d013f18914051df55ceb0f425ced2f40dbf8 (diff)
downloadhdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.zip
hdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.tar.gz
hdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.tar.bz2
Reduce window fortran standard to f90
Diffstat (limited to 'config')
-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 f31eba5..0a3dbf5 100644
--- a/config/cmake/HDFFortranCompilerFlags.cmake
+++ b/config/cmake/HDFFortranCompilerFlags.cmake
@@ -136,7 +136,7 @@ if (NOT MSVC)
else ()
if (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
#ADD_H5_FLAGS (HDF5_CMAKE_Fortran_FLAGS "${HDF5_SOURCE_DIR}/config/intel-warnings/win-ifort-general")
- list (APPEND HDF5_CMAKE_Fortran_FLAGS "/warn:all" "/stand:f03" "/free")
+ list (APPEND HDF5_CMAKE_Fortran_FLAGS "/warn:all" "/stand:f90" "/free")
endif ()
endif ()