summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-08 14:38:32 -0400
committerBrad King <brad.king@kitware.com>2015-06-08 14:50:03 -0400
commit972853b15b6aa874644089bd3cf73197c7b874f8 (patch)
tree5f17b5d16e82fe026683cb9fb8e3e8a07c0a4710
parenta6916a6c6e397bda8b381f65dbfc59d3c52f8525 (diff)
downloadcmake-972853b15b6aa874644089bd3cf73197c7b874f8.tar.gz
Help: Drop incorrect advice from cmake-developer.7 manual
Drop the comment on the purpose of PATH_SUFFIXES in our Find Module example. It was incorrect.
-rw-r--r--Help/manual/cmake-developer.7.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index ab7414074b..90a081df85 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -867,7 +867,6 @@ look.
find_path(Foo_INCLUDE_DIR
NAMES foo.h
PATHS ${PC_Foo_INCLUDE_DIRS}
- # if you need to put #include <Foo/foo.h> in your code, add:
PATH_SUFFIXES Foo
)
find_library(Foo_LIBRARY