Skip to content

FindIconv: Avoid explicitly finding C runtime library

Brad King requested to merge brad.king/cmake:FindIconv-no-libc into master

If iconv functionality is built into the C runtime library, we do not need to link any libraries. Do not find libc.

Fixes: #22114 (closed)

Merge request reports