summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2021-02-05 02:00:36 +0100
committerLoïc Guilloux <glx22@users.noreply.github.com>2021-02-07 16:21:13 +0100
commit2cbfcd232758967fa84794967d71d9584ec799ec (patch)
tree0d0845a9c91260e07fdc0557c52f744f62a27803 /cmake
parentb927da73c1c2e354731b410e02f4b98b1b311ae1 (diff)
downloadopenttd-2cbfcd232758967fa84794967d71d9584ec799ec.tar.xz
Change: [CMake] Bump minimum version to 3.9
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
-------