diff options
author | Brad King <brad.king@kitware.com> | 2015-06-08 18:38:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-08 18:50:03 (GMT) |
commit | 972853b15b6aa874644089bd3cf73197c7b874f8 (patch) | |
tree | 5f17b5d16e82fe026683cb9fb8e3e8a07c0a4710 /Help/manual | |
parent | a6916a6c6e397bda8b381f65dbfc59d3c52f8525 (diff) | |
download | CMake-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.rst | 1 |
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 |