b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/Mayaqua/CMakeLists.txt |
2 | +++ b/src/Mayaqua/CMakeLists.txt | ||||
3 | @@ -80,7 +80,7 @@ if(UNIX) | ||||
4 | find_package(Threads REQUIRED) | ||||
5 | |||||
6 | # In some cases libiconv is not included in libc | ||||
7 | - find_library(LIB_ICONV iconv) | ||||
8 | + find_library(LIB_ICONV iconv HINTS "${ICONV_LIB_PATH}") | ||||
9 | |||||
10 | find_library(LIB_M m) | ||||
11 | find_library(LIB_RT rt) |