summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ...]