diff options
author | Alex Merry <alex.merry@kde.org> | 2014-03-11 13:44:04 +0000 |
---|---|---|
committer | Alex Merry <alex.merry@kde.org> | 2014-03-11 13:44:04 +0000 |
commit | e1ee0dff97f764633b3de508a732d77f9ac16d87 (patch) | |
tree | 02e7089af140e7dd28bebca633fa7f493acc1905 /docs | |
parent | bebacbcf8580dd983027bdaceb53cbfcb805bc27 (diff) | |
download | extra-cmake-modules-e1ee0dff97f764633b3de508a732d77f9ac16d87.tar.gz extra-cmake-modules-e1ee0dff97f764633b3de508a732d77f9ac16d87.tar.bz2 |
Fix over-zealous search-and-replace in the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/writing-find-modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/writing-find-modules.md b/docs/writing-find-modules.md index 4f6a9cd6..1ab6566f 100644 --- a/docs/writing-find-modules.md +++ b/docs/writing-find-modules.md @@ -51,7 +51,7 @@ targets are set by the module, such as # Foo_LIBRARIES - Link to these to use the Foo library # Foo_INCLUDES_DIRS - Include directory for the Foo library # Foo_DEFINITIONS - Compiler flags required to link against the Foo library - # Foo_VERSION - The version of the Foo library which was found + # Foo_VERSION_STRING - The version of the Foo library which was found Don't forget to add copyright and license notices. Any module distributed with extra-cmake-modules must use the BSD 2-clause or 3-clause license: |