cmake: rename FindIconv to avoid collision with cmake

cmake now includes `FindIconv`. Rename ours to avoid any confusion.
This commit is contained in:
Edward Thomson
2023-12-14 22:26:05 +00:00
parent b4e84a760c
commit 9d767b9d5e
2 changed files with 1 additions and 1 deletions

View File

@@ -184,7 +184,7 @@ add_feature_info(ntlmclient GIT_NTLM "NTLM authentication support for Unix")
# iconv
if(USE_ICONV)
find_package(Iconv)
find_package(IntlIconv)
endif()
if(ICONV_FOUND)
set(GIT_USE_ICONV 1)