Merge topic 'doc-drop-incorrect-cmake-developer-advice'

972853b1 Help: Drop incorrect advice from cmake-developer.7 manual
This commit is contained in:
Brad King 2015-06-09 09:18:48 -04:00 committed by CMake Topic Stage
commit f7be278a30
1 changed files with 0 additions and 1 deletions

View File

@ -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