[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6046-gcef231f
Brad King
brad.king at kitware.com
Wed Dec 4 11:19:46 EST 2013
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 cef231f3b8d5cadf52d6d4bf0ecdbe240c928d9b (commit)
via 93c2734ee4320a397398b84ba0ecc7f498e30ebb (commit)
from 8b1021b8bad2d5e06ec7fe3e207c9d1498ba90e2 (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=cef231f3b8d5cadf52d6d4bf0ecdbe240c928d9b
commit cef231f3b8d5cadf52d6d4bf0ecdbe240c928d9b
Merge: 8b1021b 93c2734
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 4 11:19:44 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 4 11:19:44 2013 -0500
Merge topic 'FindBZip2-require-header' into next
93c2734 Revert "FindBZip2: Require header to be found (#14630)"
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=93c2734ee4320a397398b84ba0ecc7f498e30ebb
commit 93c2734ee4320a397398b84ba0ecc7f498e30ebb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 4 11:18:50 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 4 11:19:00 2013 -0500
Revert "FindBZip2: Require header to be found (#14630)"
This reverts commit a6d073a98593b405bcf53795beca80cf9e2e0a87.
Eike pointed out that this change mixes the signatures of FPHSA.
diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 1c0e97c..3883877 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -51,7 +51,7 @@ endif ()
# handle the QUIETLY and REQUIRED arguments and set BZip2_FOUND to TRUE if
# all listed variables are TRUE
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZip2 DEFAULT_MSG
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZip2
REQUIRED_VARS BZIP2_LIBRARIES BZIP2_INCLUDE_DIR
VERSION_VAR BZIP2_VERSION_STRING)
-----------------------------------------------------------------------
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