summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-08 18:38:32 (GMT)
committerBrad King <brad.king@kitware.com>2015-06-08 18:50:03 (GMT)
commit972853b15b6aa874644089bd3cf73197c7b874f8 (patch)
tree5f17b5d16e82fe026683cb9fb8e3e8a07c0a4710 /Help/manual
parenta6916a6c6e397bda8b381f65dbfc59d3c52f8525 (diff)
downloadCMake-972853b15b6aa874644089bd3cf73197c7b874f8.zip
CMake-972853b15b6aa874644089bd3cf73197c7b874f8.tar.gz
CMake-972853b15b6aa874644089bd3cf73197c7b874f8.tar.bz2
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.
Diffstat (limited to 'Help/manual')
-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 ab74140..90a081d 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