Skip to content

Commit ad33ac7

Browse files
committed
Update docs
1 parent dbf518c commit ad33ac7

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

cmake/cmake/modules/FindICU.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This module overrides the upstream CMake `FindICU` module with few
99
customizations:
1010
1111
* Added pkg-config.
12-
* Marked `ICU_INCLUDE_DIR` as advanced variable (fixed upstream in CMake 3.29).
1312
#]=============================================================================]
1413

1514
include(FeatureSummary)

cmake/cmake/modules/FindLibXslt.cmake

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
#[=============================================================================[
22
# FindLibXslt
33
4-
Find the XSLT library (LibXslt).
4+
Find the XSLT library (LibXslt). This module overrides the upstream CMake
5+
`FindLibXslt` module.
56
67
See: https://cmake.org/cmake/help/latest/module/FindLibXslt.html
7-
8-
Module overrides the upstream CMake `FindLibXslt` module with few
9-
customizations:
10-
11-
* Marked `LIBXSLT_EXSLT_INCLUDE_DIR` and `LIBXSLT_LIBRARY` as advanced variables
12-
(fixed upstream in CMake 3.28).
138
#]=============================================================================]
149

1510
include(FeatureSummary)

0 commit comments

Comments
 (0)