summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-07 11:56:57 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-07 12:02:18 -0500
commit82c4ad85bf9e619c3650293706b76d41d3d6d45d (patch)
tree04dab7a07eec793a4ecf0a4c8b6abfb5b7cb61d0 /Install.txt
parent63a0c128467765a00b4ad33a3540db9a50119c95 (diff)
downloadlibical-git-82c4ad85bf9e619c3650293706b76d41d3d6d45d.tar.gz
Copy in and Use the Kitware FindICU.cmake from CMake 3.21
Rather than increase the CMake version requirement to 3.7, in order to upgrade from our less-than-perfect home-grown FindICU we copy in the official CMake version and use that. This seems to fix static linking problems with ICU on Windows. It may also fix static linking on other platforms.
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Install.txt b/Install.txt
index cfbb078c..85f2a4cf 100644
--- a/Install.txt
+++ b/Install.txt
@@ -93,8 +93,8 @@ Homebrew:
libicu can be found at http://www.icu-project.org
If CMake doesn't locate your libicu installation try setting the
- ICU_BASE environment variable to the top folder where its installed
- and run cmake again.
+ ICU_ROOT or ICU_BASE environment variable to the top folder where
+ libicu is installed and run cmake again.
* Berkeley DB storage.
Optional for the Berkeley Database storage support.