summaryrefslogtreecommitdiff
path: root/config.h.cmake
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 /config.h.cmake
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 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index c8008692..b7e1d5c9 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -3,9 +3,6 @@
/* Define if you have the ICU library. */
#cmakedefine HAVE_LIBICU 1
-/* Define if you have the ICU internationalization library. */
-#cmakedefine HAVE_LIBICU_I18N 1
-
/* Define if you have the Berkeley DB library. */
#cmakedefine HAVE_BDB 1