summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-09-20 16:05:24 (GMT)
committerBrad King <brad.king@kitware.com>2024-09-20 16:06:54 (GMT)
commit9d7280b6a7df66cbca39d2b4490abac2189240cb (patch)
tree7abf6861e0058d1f0466742607f0c835076dfcb5 /Modules
parentfdceee50e6c2bba0cd1903e13b3c63327cb3d53e (diff)
downloadCMake-9d7280b6a7df66cbca39d2b4490abac2189240cb.zip
CMake-9d7280b6a7df66cbca39d2b4490abac2189240cb.tar.gz
CMake-9d7280b6a7df66cbca39d2b4490abac2189240cb.tar.bz2
FindBZip2: Document library input variables
Since commit 5b6ca9fa3f (FindBZip2: add support for debug libraries, 2012-01-10, v2.8.8~267^2) the `find_library` commands store results in per-config library variables. Document them.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindBZip2.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/Modules/FindBZip2.cmake b/Modules/FindBZip2.cmake
index 4714dfc..a04251c 100644
--- a/Modules/FindBZip2.cmake
+++ b/Modules/FindBZip2.cmake
@@ -41,7 +41,11 @@ Cache variables
The following cache variables may also be set:
``BZIP2_INCLUDE_DIR``
- the BZip2 include directory
+ the directory containing the BZip2 headers
+``BZIP2_LIBRARY_RELEASE``
+ the path to the BZip2 library for release configurations
+``BZIP2_LIBRARY_DEBUG``
+ the path to the BZip2 library for debug configurations
Legacy Variables
^^^^^^^^^^^^^^^^