summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 19:29:33 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:58 (GMT)
commitca81ce29fbdaa69f2d56d9603961c63bd8ddd3d8 (patch)
tree84bfd9019f1a807a41d615ab86a394b68a8a9a68 /config
parent503720de027fa58341837364a48edff60d76905a (diff)
downloadhdf5-ca81ce29fbdaa69f2d56d9603961c63bd8ddd3d8.zip
hdf5-ca81ce29fbdaa69f2d56d9603961c63bd8ddd3d8.tar.gz
hdf5-ca81ce29fbdaa69f2d56d9603961c63bd8ddd3d8.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 ()