Update printf pointer syntax and revert fortran to f2003

This commit is contained in:
Allen Byrne
2020-04-06 15:19:28 -05:00
parent 09ec1166d7
commit 279ea4f2a2
2 changed files with 107 additions and 107 deletions

View File

@@ -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:f90" "/free")
list (APPEND HDF5_CMAKE_Fortran_FLAGS "/warn:all" "/stand:f03" "/free")
endif ()
endif ()