summaryrefslogtreecommitdiffstats
path: root/README-cmake.md
diff options
context:
space:
mode:
authorshw2612 <banerjeeshilajeet@gmail.com>2019-10-27 10:58:35 +0530
committerGitHub <noreply@github.com>2019-10-27 10:58:35 +0530
commit6f84244c92d3847ecf0a4a742c998db7b7bd738e (patch)
treeb59139a9d03443ecd4cb3271b8003a6f8156efd1 /README-cmake.md
parent64cce27a240e076ea99fe63fa439795fbb220ae3 (diff)
made grammatical correction.
Diffstat (limited to 'README-cmake.md')
-rw-r--r--README-cmake.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-cmake.md b/README-cmake.md
index 3b569482535..756162b1dfe 100644
--- a/README-cmake.md
+++ b/README-cmake.md
@@ -45,7 +45,7 @@ If it is not set, the library takes its name from the target name.
### DEPENDS [other-target-or-lib ...]
The `DEPENDS` parameter takes a list of targets or external libraries to link to, with the following exception:
-* If `target-name` is an object library and `other-target-or-lib` is another target, instead add an dependency on `other-target-or-lib` (like `AFTER`).
+* If `target-name` is an object library and `other-target-or-lib` is another target, instead add a dependency on `other-target-or-lib` (like `AFTER`).
This parameter is optional.
### AFTER [other-target ...]