summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindICU.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/FindICU.cmake b/cmake/FindICU.cmake
index b110dbf40..d12f36b0a 100644
--- a/cmake/FindICU.cmake
+++ b/cmake/FindICU.cmake
@@ -1,3 +1,8 @@
+# CMake provides a FindICU module since version 3.7.
+# But it doesn't use pkgconfig, doesn't set expected variables,
+# And it returns incomplete dependencies if only some modules are searched.
+
+
#[=======================================================================[.rst:
FindICU
-------