mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12: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.