File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ This module overrides the upstream CMake `FindICU` module with few
9
9
customizations:
10
10
11
11
* Added pkg-config.
12
- * Marked `ICU_INCLUDE_DIR` as advanced variable (fixed upstream in CMake 3.29).
13
12
#]=============================================================================]
14
13
15
14
include (FeatureSummary )
Original file line number Diff line number Diff line change 1
1
#[=============================================================================[
2
2
# FindLibXslt
3
3
4
- Find the XSLT library (LibXslt).
4
+ Find the XSLT library (LibXslt). This module overrides the upstream CMake
5
+ `FindLibXslt` module.
5
6
6
7
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).
13
8
#]=============================================================================]
14
9
15
10
include (FeatureSummary )
You can’t perform that action at this time.
0 commit comments