diff options
author | H. Joe Lee <hyoklee@hdfgroup.org> | 2023-06-29 13:23:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 13:23:36 (GMT) |
commit | dc7dcc7094b631ed67d22b83fad6f32df7c493c8 (patch) | |
tree | 4dc3964742c311cc3fb772022c0e7b17bb1851f4 /config | |
parent | aebac33a1f290fa5065bce96bb0512317a34c283 (diff) | |
download | hdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.zip hdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.tar.gz hdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.tar.bz2 |
chore: fix grammar (#3207)
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/ZLIB/zlib-config.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/ZLIB/zlib-config.cmake.in b/config/cmake/ZLIB/zlib-config.cmake.in index 307896b..9e6ef48 100644 --- a/config/cmake/ZLIB/zlib-config.cmake.in +++ b/config/cmake/ZLIB/zlib-config.cmake.in @@ -30,7 +30,7 @@ set (${ZLIB_PACKAGE_NAME}_VERSION_MINOR @ZLIB_VERSION_MINOR@) #----------------------------------------------------------------------------- # Don't include targets if this file is being picked up by another -# project which has already build ZLIB as a subproject +# project which has already built ZLIB as a subproject #----------------------------------------------------------------------------- if (NOT TARGET "@ZLIB_PACKAGE@") include (@PACKAGE_SHARE_INSTALL_DIR@/@ZLIB_PACKAGE@@ZLIB_PACKAGE_EXT@-targets.cmake) |