mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-11 20:11:10 -05:00
FindBZip2: Format result variable docs as definition list
This commit is contained in:
@@ -18,13 +18,16 @@
|
|||||||
#
|
#
|
||||||
# This module defines the following variables:
|
# This module defines the following variables:
|
||||||
#
|
#
|
||||||
# ::
|
# ``BZIP2_FOUND``
|
||||||
#
|
# system has BZip2
|
||||||
# BZIP2_FOUND - system has BZip2
|
# ``BZIP2_INCLUDE_DIR``
|
||||||
# BZIP2_INCLUDE_DIR - the BZip2 include directory
|
# the BZip2 include directory
|
||||||
# BZIP2_LIBRARIES - Link these to use BZip2
|
# ``BZIP2_LIBRARIES``
|
||||||
# BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_
|
# Link these to use BZip2
|
||||||
# BZIP2_VERSION_STRING - the version of BZip2 found (since CMake 2.8.8)
|
# ``BZIP2_NEED_PREFIX``
|
||||||
|
# this is set if the functions are prefixed with ``BZ2_``
|
||||||
|
# ``BZIP2_VERSION_STRING``
|
||||||
|
# the version of BZip2 found
|
||||||
|
|
||||||
set(_BZIP2_PATHS PATHS
|
set(_BZIP2_PATHS PATHS
|
||||||
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Bzip2;InstallPath]"
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Bzip2;InstallPath]"
|
||||||
|
|||||||
Reference in New Issue
Block a user