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