[Cmake-commits] CMake branch, next, updated. v2.8.7-2097-g8a05d80

Rolf Eike Beer eike at sf-mail.de
Sun Jan 15 10:09:18 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  8a05d80f33db1d5c200fecedd806127abfb763bb (commit)
       via  3754ade7a5ce95378e2639df87c72ac69e750d82 (commit)
      from  ec9d4011a86b18e807aaca65f9a1a93a92ef8c96 (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=8a05d80f33db1d5c200fecedd806127abfb763bb
commit 8a05d80f33db1d5c200fecedd806127abfb763bb
Merge: ec9d401 3754ade
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Jan 15 10:09:04 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 15 10:09:04 2012 -0500

    Merge topic 'improve-findbzip2' into next
    
    3754ade FindBZip2: remove BZIP2_LIBRARIES from mark_as_advanced()


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3754ade7a5ce95378e2639df87c72ac69e750d82
commit 3754ade7a5ce95378e2639df87c72ac69e750d82
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Jan 15 16:07:41 2012 +0100
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Jan 15 16:07:41 2012 +0100

    FindBZip2: remove BZIP2_LIBRARIES from mark_as_advanced()
    
    It is no longer a cached variable, so doesn't need to be marked as advanced.

diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 23e27b1..aec5716 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -59,4 +59,4 @@ IF (BZIP2_FOUND)
    ENDIF (BZIP2_LIBRARIES_DEBUG AND NOT BZIP2_LIBRARIES_RELEASE)
 ENDIF (BZIP2_FOUND)
 
-MARK_AS_ADVANCED(BZIP2_INCLUDE_DIR BZIP2_LIBRARIES BZIP2_LIBRARIES_DEBUG BZIP2_LIBRARIES_RELEASE)
+MARK_AS_ADVANCED(BZIP2_INCLUDE_DIR BZIP2_LIBRARIES_DEBUG BZIP2_LIBRARIES_RELEASE)

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

Summary of changes:
 Modules/FindBZip2.cmake |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list