-
- Downloads
FindIconv: Avoid explicitly finding C runtime library
If `iconv` functionality is built into the C runtime library, we do not need to link any libraries. Do not find `libc`. Fixes: #22114
Please register or sign in to comment
If `iconv` functionality is built into the C runtime library, we do not need to link any libraries. Do not find `libc`. Fixes: #22114