[Cmake-commits] CMake branch, next, updated. v2.8.12.1-6032-g2e36f07
Brad King
brad.king at kitware.com
Wed Dec 4 08:22:31 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 2e36f07ec2d33ebce0b5222005e0b3e525f0fa53 (commit)
via a6d073a98593b405bcf53795beca80cf9e2e0a87 (commit)
from 243a6f54d793e3b8655d8da7f862dfe9e09e30a7 (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=2e36f07ec2d33ebce0b5222005e0b3e525f0fa53
commit 2e36f07ec2d33ebce0b5222005e0b3e525f0fa53
Merge: 243a6f5 a6d073a
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Dec 4 08:22:29 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Dec 4 08:22:29 2013 -0500
Merge topic 'FindBZip2-require-header' into next
a6d073a FindBZip2: Require header to be found (#14630)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a6d073a98593b405bcf53795beca80cf9e2e0a87
commit a6d073a98593b405bcf53795beca80cf9e2e0a87
Author: Bjorn Reese <breese at stofanet.dk>
AuthorDate: Wed Dec 4 08:10:40 2013 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Dec 4 08:11:42 2013 -0500
FindBZip2: Require header to be found (#14630)
Add missing DEFAULT_MSG argument to FIND_PACKAGE_HANDLE_STANDARD_ARGS().
Without this, if you only have installed the bzip2 package, but not the
libbz2-dev package, FindBZip2 will report bzip2 as found and provide the
include directory.
diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 3883877..1c0e97c 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
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(BZip2 DEFAULT_MSG
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