From 82c4ad85bf9e619c3650293706b76d41d3d6d45d Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sun, 7 Nov 2021 11:56:57 -0500 Subject: 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. --- config.h.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'config.h.cmake') 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 -- cgit v1.2.1