mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
build/msvc: Add libiconv to bundled dependencies
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
include(LibFindMacros)
|
||||
|
||||
find_path(ICONV_INCLUDE_DIR NAMES iconv.h)
|
||||
find_library(ICONV_LIBRARY NAMES iconv)
|
||||
find_library(ICONV_LIBRARY NAMES iconv libiconv)
|
||||
|
||||
set(Iconv_PROCESS_INCLUDES ICONV_INCLUDE_DIR)
|
||||
if(ICONV_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user