diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-04-23 18:19:15 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-04-23 18:19:15 (GMT) |
commit | 43424a1392b662a29542bb70014c253162ccfe48 (patch) | |
tree | 747b84f7301367ead67d56e6a7a797be8f1b9f33 /config/cmake | |
parent | de51001fcd9980bb313634ce17a7f7f22cbeed6d (diff) | |
download | hdf5-43424a1392b662a29542bb70014c253162ccfe48.zip hdf5-43424a1392b662a29542bb70014c253162ccfe48.tar.gz hdf5-43424a1392b662a29542bb70014c253162ccfe48.tar.bz2 |
Add missing ')'.
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/HDFCompilerFlags.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDFCompilerFlags.cmake b/config/cmake/HDFCompilerFlags.cmake index 006e7cd..02bc8b1 100644 --- a/config/cmake/HDFCompilerFlags.cmake +++ b/config/cmake/HDFCompilerFlags.cmake @@ -158,7 +158,7 @@ if (NOT MSVC) # Append more extra warning flags that only gcc 4.4+ know about if (NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.4) ADD_H5_FLAGS (H5_CFLAGS1 "${HDF5_SOURCE_DIR}/config/gnu-warnings/4.4") - endif ( + endif () # Append more extra warning flags that only gcc 4.5+ know about if (NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.5) |