From e1ee0dff97f764633b3de508a732d77f9ac16d87 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 11 Mar 2014 13:44:04 +0000 Subject: Fix over-zealous search-and-replace in the docs --- docs/writing-find-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.1