[Cmake-commits] CMake branch, next, updated. v2.8.7-2348-ga21c335

Philip Lowman philip at yhbt.com
Sat Jan 28 16:20:32 EST 2012


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  a21c33553923b3345d1a35458f09481385dd3f93 (commit)
       via  29b2426d8321d0ffb0ccc8d6cb43d614753147a6 (commit)
      from  37b84fac1c5c4dda2f56b62404d639be7fe66493 (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=a21c33553923b3345d1a35458f09481385dd3f93
commit a21c33553923b3345d1a35458f09481385dd3f93
Merge: 37b84fa 29b2426
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Jan 28 16:20:22 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Jan 28 16:20:22 2012 -0500

    Merge topic 'FindProtobuf_import_dirs' into next
    
    29b2426 FindProtobuf: Remove CMake version comments


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=29b2426d8321d0ffb0ccc8d6cb43d614753147a6
commit 29b2426d8321d0ffb0ccc8d6cb43d614753147a6
Author:     Philip Lowman <philip at yhbt.com>
AuthorDate: Sat Jan 28 16:14:20 2012 -0500
Commit:     Philip Lowman <philip at yhbt.com>
CommitDate: Sat Jan 28 16:14:20 2012 -0500

    FindProtobuf: Remove CMake version comments
    
    Removed comments regarding what version functionality was added
    in as per David.

diff --git a/Modules/FindProtobuf.cmake b/Modules/FindProtobuf.cmake
index 1e1e493..6faa262 100644
--- a/Modules/FindProtobuf.cmake
+++ b/Modules/FindProtobuf.cmake
@@ -8,14 +8,13 @@
 #                              for libraries and binaries.
 #
 #   PROTOBUF_IMPORT_DIRS     - List of additional directories to be searched for
-#                              imported .proto files. (New in CMake 2.8.8)
+#                              imported .proto files.
 #
 # Defines the following variables:
 #
 #   PROTOBUF_FOUND - Found the Google Protocol Buffers library (libprotobuf & header files)
 #   PROTOBUF_INCLUDE_DIRS - Include directories for Google Protocol Buffers
 #   PROTOBUF_LIBRARIES - The protobuf libraries
-# [New in CMake 2.8.5]
 #   PROTOBUF_PROTOC_LIBRARIES - The protoc libraries
 #   PROTOBUF_LITE_LIBRARIES - The protobuf-lite libraries
 #
@@ -24,7 +23,6 @@
 #   PROTOBUF_PROTOC_LIBRARY   - The protoc library
 #   PROTOBUF_INCLUDE_DIR - The include directory for protocol buffers
 #   PROTOBUF_PROTOC_EXECUTABLE - The protoc compiler
-# [New in CMake 2.8.5]
 #   PROTOBUF_LIBRARY_DEBUG - The protobuf library (debug)
 #   PROTOBUF_PROTOC_LIBRARY_DEBUG   - The protoc library (debug)
 #   PROTOBUF_LITE_LIBRARY - The protobuf lite library

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindProtobuf.cmake |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list