[Cmake-commits] CMake branch, next, updated. v2.8.6-1575-g280a278
Philip Lowman
philip at yhbt.com
Wed Oct 12 23:45:05 EDT 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 280a27891bddf2d9c8446d6a124dfd5c42fce037 (commit)
via a481d84ff72f554bc2e98fe4d9d63f960cf0ebfc (commit)
from b6440da5b53aa0ac837bd521be45163c1d72f347 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=280a27891bddf2d9c8446d6a124dfd5c42fce037
commit 280a27891bddf2d9c8446d6a124dfd5c42fce037
Merge: b6440da a481d84
Author: Philip Lowman <philip at yhbt.com>
AuthorDate: Wed Oct 12 23:45:03 2011 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 12 23:45:03 2011 -0400
Merge topic 'FindProtoBuf_doc_clarify' into next
a481d84 FindProtoBuf: Documented limitation of the public macro
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a481d84ff72f554bc2e98fe4d9d63f960cf0ebfc
commit a481d84ff72f554bc2e98fe4d9d63f960cf0ebfc
Author: Philip Lowman <philip at yhbt.com>
AuthorDate: Wed Oct 12 23:44:40 2011 -0400
Commit: Philip Lowman <philip at yhbt.com>
CommitDate: Wed Oct 12 23:44:40 2011 -0400
FindProtoBuf: Documented limitation of the public macro
diff --git a/Modules/FindProtobuf.cmake b/Modules/FindProtobuf.cmake
index 38f5a75..5344304 100644
--- a/Modules/FindProtobuf.cmake
+++ b/Modules/FindProtobuf.cmake
@@ -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)
-----------------------------------------------------------------------
Summary of changes:
Modules/FindProtobuf.cmake | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list