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:
Christian Clason
2026-08-30 12:19:38 +02:00
committed by Christian Clason
parent 06ee65415e
commit 5e0b1464b2

View File

@@ -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