diff options
author | Brad King <brad.king@kitware.com> | 2018-05-22 13:55:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-05-22 13:55:46 (GMT) |
commit | a8bf1ea5b7aa51235b16c202bbd485bfa5480e19 (patch) | |
tree | 1ff008819ab75fde0b21e7a17c3c30d16c112924 /Modules/FindBZip2.cmake | |
parent | 90e7103fc6bc83abd6d712b43952ebba22e2f5a8 (diff) | |
download | CMake-a8bf1ea5b7aa51235b16c202bbd485bfa5480e19.zip CMake-a8bf1ea5b7aa51235b16c202bbd485bfa5480e19.tar.gz CMake-a8bf1ea5b7aa51235b16c202bbd485bfa5480e19.tar.bz2 |
FindBZip2: Format result variable docs as definition list
Diffstat (limited to 'Modules/FindBZip2.cmake')
-rw-r--r-- | Modules/FindBZip2.cmake | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake index 0375b09..3452349 100644 --- a/Modules/FindBZip2.cmake +++ b/Modules/FindBZip2.cmake @@ -18,13 +18,16 @@ # # This module defines the following variables: # -# :: -# -# BZIP2_FOUND - system has BZip2 -# BZIP2_INCLUDE_DIR - the BZip2 include directory -# BZIP2_LIBRARIES - Link these to use BZip2 -# BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_ -# BZIP2_VERSION_STRING - the version of BZip2 found (since CMake 2.8.8) +# ``BZIP2_FOUND`` +# system has BZip2 +# ``BZIP2_INCLUDE_DIR`` +# the BZip2 include directory +# ``BZIP2_LIBRARIES`` +# Link these to use BZip2 +# ``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 "[HKEY_LOCAL_MACHINE\\SOFTWARE\\GnuWin32\\Bzip2;InstallPath]" |