diff --git a/CMakeLists.txt b/CMakeLists.txt index 86415c18a1..0d474a607e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -680,8 +680,8 @@ else() endif() if (NOT ANDROID) - find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c) - find_path(ICONV_INCLUDE_DIR NAMES iconv.h) + find_library(ICONV_LIBRARIES NAMES iconv libiconv libiconv-2 c) + find_path(ICONV_INCLUDE_DIR NAMES iconv.h) endif() if (NOT ANDROID AND ICONV_LIBRARIES AND ICONV_INCLUDE_DIR)