FindBZip2¶
Try to find BZip2
IMPORTED Targets¶
New in version 3.12.
This module defines IMPORTED
target BZip2::BZip2
, if
BZip2 has been found.
Result Variables¶
This module defines the following variables:
BZIP2_FOUND
system has BZip2
BZIP2_INCLUDE_DIRS
New in version 3.12: the BZip2 include directories
BZIP2_LIBRARIES
Link these to use BZip2
BZIP2_NEED_PREFIX
this is set if the functions are prefixed with
BZ2_
BZIP2_VERSION
New in version 3.26: the version of BZip2 found.
See also legacy variable
BZIP2_VERSION_STRING
.
Cache variables¶
The following cache variables may also be set:
BZIP2_INCLUDE_DIR
the BZip2 include directory
Legacy Variables¶
The following variables are provided for backward compatibility:
BZIP2_VERSION_STRING
the version of BZip2 found.
Changed in version 3.26: Superseded by
BZIP2_VERSION
.