Merge topic 'FindProtoBuf_doc_clarify'

a481d84 FindProtoBuf: Documented limitation of the public macro
This commit is contained in:
David Cole 2011-10-18 15:03:43 -04:00 committed by CMake Topic Stage
commit c818589113
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@
# target_link_libraries(bar ${PROTOBUF_LIBRARIES})
#
# NOTE: You may need to link against pthreads, depending
# on the platform.
# on the platform.
#
# NOTE: The PROTOBUF_GENERATE_CPP macro & add_executable() or add_library()
# calls only work properly within the same directory.
#
# ====================================================================
#
# PROTOBUF_GENERATE_CPP (public function)