summaryrefslogtreecommitdiffstats
path: root/config/cmake/ZLIB
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2023-06-29 13:23:36 (GMT)
committerGitHub <noreply@github.com>2023-06-29 13:23:36 (GMT)
commitdc7dcc7094b631ed67d22b83fad6f32df7c493c8 (patch)
tree4dc3964742c311cc3fb772022c0e7b17bb1851f4 /config/cmake/ZLIB
parentaebac33a1f290fa5065bce96bb0512317a34c283 (diff)
downloadhdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.zip
hdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.tar.gz
hdf5-dc7dcc7094b631ed67d22b83fad6f32df7c493c8.tar.bz2
chore: fix grammar (#3207)
Diffstat (limited to 'config/cmake/ZLIB')
-rw-r--r--config/cmake/ZLIB/zlib-config.cmake.in2
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)