[Cmake-commits] CMake branch, master, updated. 44f631e6df2286ac7a0d1a90543eb57e20caa5c4

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Apr 11 05:34:55 EDT 2010


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, master has been updated
       via  44f631e6df2286ac7a0d1a90543eb57e20caa5c4 (commit)
       via  c70e0aa3ebf5f382a2c29b5af6a6600d4f370b43 (commit)
      from  79442f8045ffc51c158237c78037bf1e2ac3f667 (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=44f631e6df2286ac7a0d1a90543eb57e20caa5c4
commit 44f631e6df2286ac7a0d1a90543eb57e20caa5c4
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date:   Sun Apr 11 11:16:02 2010 +0200

    FindBZip2: no need to set QUIETLY explicitly

diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 8323833..2dcc9b4 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -20,10 +20,6 @@
 # (To distributed this file outside of CMake, substitute the full
 #  License text for the above reference.)
 
-IF (BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
-    SET(BZip2_FIND_QUIETLY TRUE)
-ENDIF (BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES)
-
 FIND_PATH(BZIP2_INCLUDE_DIR bzlib.h )
 
 FIND_LIBRARY(BZIP2_LIBRARIES NAMES bz2 bzip2 )

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c70e0aa3ebf5f382a2c29b5af6a6600d4f370b43
commit c70e0aa3ebf5f382a2c29b5af6a6600d4f370b43
Author: Kovarththanan Rajaratnam <kovarththanan.rajaratnam at gmail.com>
Date:   Sun Apr 11 11:14:00 2010 +0200

    FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced)

diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index c969e43..8323833 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -4,7 +4,6 @@
 #  BZIP2_FOUND - system has BZip2
 #  BZIP2_INCLUDE_DIR - the BZip2 include directory
 #  BZIP2_LIBRARIES - Link these to use BZip2
-#  BZIP2_DEFINITIONS - Compiler switches required for using BZip2
 #  BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_
 
 #=============================================================================

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list