[Cmake-commits] CMake branch, master, updated. v3.13.2-761-g2aae1c1
Kitware Robot
kwrobot at kitware.com
Fri Dec 21 04:23:05 EST 2018
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, master has been updated
via 2aae1c1dd26852a5186570ea25924c6103c28d79 (commit)
via feafc7f3fed89d1a77ea7e3602b8e6eb57fec9d9 (commit)
from 0194780abcd2c4853af2c053cabeef3dbb996304 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2aae1c1dd26852a5186570ea25924c6103c28d79
commit 2aae1c1dd26852a5186570ea25924c6103c28d79
Merge: 0194780 feafc7f
Author: Marc Chevrier <marc.chevrier at gmail.com>
AuthorDate: Fri Dec 21 04:21:36 2018 -0500
Commit: Marc Chevrier <marc.chevrier at gmail.com>
CommitDate: Fri Dec 21 04:21:36 2018 -0500
Merge branch 'doc-updates' into 'master'
Help: FindLibLZMA: update formatting.
See merge request cmake/cmake!2755
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=feafc7f3fed89d1a77ea7e3602b8e6eb57fec9d9
commit feafc7f3fed89d1a77ea7e3602b8e6eb57fec9d9
Author: Marc Chevrier <marc.chevrier at gmail.com>
AuthorDate: Thu Dec 20 15:26:51 2018 +0100
Commit: Marc Chevrier <marc.chevrier at gmail.com>
CommitDate: Thu Dec 20 15:26:51 2018 +0100
Help: FindLibLZMA: update formatting.
diff --git a/Modules/FindLibLZMA.cmake b/Modules/FindLibLZMA.cmake
index b7e5815..6225744 100644
--- a/Modules/FindLibLZMA.cmake
+++ b/Modules/FindLibLZMA.cmake
@@ -5,34 +5,40 @@
FindLibLZMA
-----------
-Find LibLZMA
+Find LZMA compression algorithm headers and library.
-Find LibLZMA headers and library
-
-IMPORTED Targets
+Imported Targets
^^^^^^^^^^^^^^^^
This module defines :prop_tgt:`IMPORTED` target ``LibLZMA::LibLZMA``, if
-LibLZMA has been found.
+liblzma has been found.
Result variables
^^^^^^^^^^^^^^^^
This module will set the following variables in your project:
-::
-
- LIBLZMA_FOUND - True if liblzma is found.
- LIBLZMA_INCLUDE_DIRS - Directory where liblzma headers are located.
- LIBLZMA_LIBRARIES - Lzma libraries to link against.
- LIBLZMA_HAS_AUTO_DECODER - True if lzma_auto_decoder() is found (required).
- LIBLZMA_HAS_EASY_ENCODER - True if lzma_easy_encoder() is found (required).
- LIBLZMA_HAS_LZMA_PRESET - True if lzma_lzma_preset() is found (required).
- LIBLZMA_VERSION_MAJOR - The major version of lzma
- LIBLZMA_VERSION_MINOR - The minor version of lzma
- LIBLZMA_VERSION_PATCH - The patch version of lzma
- LIBLZMA_VERSION_STRING - version number as a string (ex: "5.0.3")
+``LIBLZMA_FOUND``
+ True if liblzma headers and library were found.
+``LIBLZMA_INCLUDE_DIRS``
+ Directory where liblzma headers are located.
+``LIBLZMA_LIBRARIES``
+ Lzma libraries to link against.
+``LIBLZMA_HAS_AUTO_DECODER``
+ True if lzma_auto_decoder() is found (required).
+``LIBLZMA_HAS_EASY_ENCODER``
+ True if lzma_easy_encoder() is found (required).
+``LIBLZMA_HAS_LZMA_PRESET``
+ True if lzma_lzma_preset() is found (required).
+``LIBLZMA_VERSION_MAJOR``
+ The major version of lzma
+``LIBLZMA_VERSION_MINOR``
+ The minor version of lzma
+``LIBLZMA_VERSION_PATCH``
+ The patch version of lzma
+``LIBLZMA_VERSION_STRING``
+ version number as a string (ex: "5.0.3")
#]=======================================================================]
find_path(LIBLZMA_INCLUDE_DIR lzma.h )
-----------------------------------------------------------------------
Summary of changes:
Modules/FindLibLZMA.cmake | 40 +++++++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 17 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list