diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 14:40:22 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:57 (GMT) |
commit | 269478552fded624f16e5ca4c18367e0e94c7442 (patch) | |
tree | 627c89016fdc9a3104992db046339b436c8026cb /config | |
parent | c56d76e122e6d8d3f3dbb13e070b33d59da3cef7 (diff) | |
download | hdf5-269478552fded624f16e5ca4c18367e0e94c7442.zip hdf5-269478552fded624f16e5ca4c18367e0e94c7442.tar.gz hdf5-269478552fded624f16e5ca4c18367e0e94c7442.tar.bz2 |
Fix missing endif
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/HDFFortranCompilerFlags.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/HDFFortranCompilerFlags.cmake b/config/cmake/HDFFortranCompilerFlags.cmake index 4d63c95..a18d830 100644 --- a/config/cmake/HDFFortranCompilerFlags.cmake +++ b/config/cmake/HDFFortranCompilerFlags.cmake @@ -137,5 +137,6 @@ 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:f08" "/free") + endif () endif () |