mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
cmake: rename FindIconv to avoid collision with cmake
cmake now includes `FindIconv`. Rename ours to avoid any confusion.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user