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.
This commit is contained in:
parent
a6916a6c6e
commit
972853b15b
|
@ -867,7 +867,6 @@ look.
|
||||||
find_path(Foo_INCLUDE_DIR
|
find_path(Foo_INCLUDE_DIR
|
||||||
NAMES foo.h
|
NAMES foo.h
|
||||||
PATHS ${PC_Foo_INCLUDE_DIRS}
|
PATHS ${PC_Foo_INCLUDE_DIRS}
|
||||||
# if you need to put #include <Foo/foo.h> in your code, add:
|
|
||||||
PATH_SUFFIXES Foo
|
PATH_SUFFIXES Foo
|
||||||
)
|
)
|
||||||
find_library(Foo_LIBRARY
|
find_library(Foo_LIBRARY
|
||||||
|
|
Loading…
Reference in New Issue