summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 14:40:22 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:57 (GMT)
commit269478552fded624f16e5ca4c18367e0e94c7442 (patch)
tree627c89016fdc9a3104992db046339b436c8026cb /config
parentc56d76e122e6d8d3f3dbb13e070b33d59da3cef7 (diff)
downloadhdf5-269478552fded624f16e5ca4c18367e0e94c7442.zip
hdf5-269478552fded624f16e5ca4c18367e0e94c7442.tar.gz
hdf5-269478552fded624f16e5ca4c18367e0e94c7442.tar.bz2
Fix missing endif
Diffstat (limited to 'config')
-rw-r--r--config/cmake/HDFFortranCompilerFlags.cmake1
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 ()