mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 10:40:01 +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.