From ec233381875f024a38d5b8bec78a892fb249380f Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sat, 31 Oct 2020 12:13:30 +0000 Subject: FindICU: Improve case consistency in documentation --- Modules/FindICU.cmake | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Modules/FindICU.cmake b/Modules/FindICU.cmake index c8b3e1f..d3e5380 100644 --- a/Modules/FindICU.cmake +++ b/Modules/FindICU.cmake @@ -31,7 +31,7 @@ Imported targets:: ICU:: Where ```` is the name of an ICU component, for example -``ICU::i18n``. +``ICU::i18n``; ```` is lower-case. ICU programs are reported in:: @@ -54,16 +54,14 @@ ICU programs are reported in:: ICU component libraries are reported in:: - ICU__FOUND - ON if component was found - ICU__LIBRARIES - libraries for component + ICU__FOUND - ON if component was found; ```` is upper-case. + ICU__LIBRARIES - libraries for component; ```` is upper-case. ICU datafiles are reported in:: ICU_MAKEFILE_INC - Makefile.inc ICU_PKGDATA_INC - pkgdata.inc -Note that ```` is the uppercased name of the component. - This module reads hints about search results from:: ICU_ROOT - the root of the ICU installation @@ -73,9 +71,9 @@ ICU_ROOT variable takes precedence. The following cache variables may also be set:: - ICU_

_EXECUTABLE - the path to executable

+ ICU_

_EXECUTABLE - the path to executable

; ``

`` is upper-case. ICU_INCLUDE_DIR - the directory containing the ICU headers - ICU__LIBRARY - the library for component + ICU__LIBRARY - the library for component ; ```` is upper-case. .. note:: -- cgit v0.12