The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14630 ====================================================================== Reported By: breese Assigned To: ====================================================================== Project: CMake Issue ID: 14630 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2013-12-04 06:29 EST Last Modified: 2013-12-04 06:30 EST ====================================================================== Summary: FindBZip2 finds bzip2 without header file Description: The bzip2 package contains the libraries, but not the header files. The header files are located in the libbz2-dev package. 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.
The problem is due to an incorrect use of FIND_PACKAGE_HANDLE_STANDARD_ARGS(), which is missing the DEFAULT_MSG argument. The attached patch fixes the problem. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-12-04 06:29 breese New Issue 2013-12-04 06:30 breese File Added: FindBZip2.diff ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
