diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 19:29:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 19:29:33 (GMT) |
commit | 09ec1166d75bcddc57d261fb2b0a9e01769e80b0 (patch) | |
tree | a545333a1a174662cb365891d06ee0b77cf40b25 /config/cmake | |
parent | fd18d013f18914051df55ceb0f425ced2f40dbf8 (diff) | |
download | hdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.zip hdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.tar.gz hdf5-09ec1166d75bcddc57d261fb2b0a9e01769e80b0.tar.bz2 |
Reduce window fortran standard to f90
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/HDFFortranCompilerFlags.cmake | 2 |
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 () |