mirror of
https://github.com/neovim/neovim.git
synced 2026-03-14 04:55:48 +00:00
Problem: HAVE_ICONV_H is not true in MSVC Solution: Since iconv.h does not exist in the standard include directory in MSVC, CMAKE_REQUIRED_INCLUDES must be set. Note: This will be unnecessary after #10708.