diff options
author | Peter Kokot <peterkokot@gmail.com> | 2024-08-24 23:38:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-08-26 15:02:55 (GMT) |
commit | c9f6369c7621ac9875257c462278ab8174c6f662 (patch) | |
tree | 2f69810ca4eed0a47ab7eb0d13efd992e2d123b8 /Source/cmStringAlgorithms.cxx | |
parent | 86f2af6173a81e7057b3af0390ddd1920895c865 (diff) | |
download | CMake-c9f6369c7621ac9875257c462278ab8174c6f662.zip CMake-c9f6369c7621ac9875257c462278ab8174c6f662.tar.gz CMake-c9f6369c7621ac9875257c462278ab8174c6f662.tar.bz2 |
FindIconv: Fix finding iconv.h on Alpine Linux
Alpine Linux has the `iconv.h` belonging to the builtin `iconv` library
provided by musl C library in the standard directory (`/usr/include`).
However, when installing the GNU libiconv APK package (`gnu-libiconv`),
the GNU `libiconv` library has header located in
`/usr/include/gnu-libiconv` subdirectory. Fix finding the header
matching the `libiconv` library.
Issue: #24695
Diffstat (limited to 'Source/cmStringAlgorithms.cxx')
0 files changed, 0 insertions, 0 deletions