diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 14:40:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 14:40:22 (GMT) |
commit | 3247291b1e9e8eb4261c8be7d0b6a3bc17870320 (patch) | |
tree | 9239e52ad5c54b8d631e3c31830073ba0e0cd85c /config/cmake | |
parent | f8d8a96eb73abbdd5ef0ce7a87c72b4a49e2fa8e (diff) | |
download | hdf5-3247291b1e9e8eb4261c8be7d0b6a3bc17870320.zip hdf5-3247291b1e9e8eb4261c8be7d0b6a3bc17870320.tar.gz hdf5-3247291b1e9e8eb4261c8be7d0b6a3bc17870320.tar.bz2 |
Fix missing endif
Diffstat (limited to 'config/cmake')
-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 () |