From 5e0b1464b2313075c5fa94632fe66cc370fa7d9e Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 30 Aug 2026 12:19:38 +0200 Subject: [PATCH] docs(cmake): remove misleading comment We still require this file since the upstream version can't find the glibc version on Linux. --- cmake/FindIconv.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/FindIconv.cmake b/cmake/FindIconv.cmake index e607c59cf6..3a205ea4db 100644 --- a/cmake/FindIconv.cmake +++ b/cmake/FindIconv.cmake @@ -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