mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
docs(cmake): remove misleading comment
We still require this file since the upstream version can't find the glibc version on Linux.
This commit is contained in:
committed by
Christian Clason
parent
06ee65415e
commit
5e0b1464b2
@@ -1,6 +1,3 @@
|
||||
# TODO(dundargoc): FindIconv is shipped by default on cmake version 3.11+. This
|
||||
# file can be removed once we decide to upgrade minimum cmake version.
|
||||
|
||||
find_path2(ICONV_INCLUDE_DIR NAMES iconv.h)
|
||||
find_library2(ICONV_LIBRARY NAMES iconv libiconv)
|
||||
find_package_handle_standard_args(Iconv DEFAULT_MSG
|
||||
|
||||
Reference in New Issue
Block a user