diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-04-23 18:19:15 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:37:19 (GMT) |
commit | 68e1561d8778ad120b553c6fd1927e3319a3c989 (patch) | |
tree | 1a4a3ac62e855a0f51b2ea9e373a5afaa6c3af83 | |
parent | 8767748f87d20e6c71fdc874d2e3d9f51677717a (diff) | |
download | hdf5-68e1561d8778ad120b553c6fd1927e3319a3c989.zip hdf5-68e1561d8778ad120b553c6fd1927e3319a3c989.tar.gz hdf5-68e1561d8778ad120b553c6fd1927e3319a3c989.tar.bz2 |
Add missing ')'.
-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) |