diff --git a/CMakeLists.txt b/CMakeLists.txt index ecb19881d..7f66f77e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,6 @@ find_package(ZLIB REQUIRED) find_package(LibZip REQUIRED) find_package(LibLZMA REQUIRED) find_package(FFmpeg REQUIRED) -find_package(Iconv REQUIRED) #@todo Turn into find_package(Opus REQUIRED) find_library(OPUS_LIB opus) diff --git a/Telegram/CMakeLists.txt b/Telegram/CMakeLists.txt index 8b553b048..978a2c608 100644 --- a/Telegram/CMakeLists.txt +++ b/Telegram/CMakeLists.txt @@ -464,7 +464,6 @@ set(PLAT_SRC) if (APPLE) set(PLAT_SRC ${PLAT_SRC} SourceFiles/platform/mac/file_utilities_mac.mm - SourceFiles/platform/mac/mac_iconv_helper.c SourceFiles/platform/mac/mac_utilities.mm SourceFiles/platform/mac/main_window_mac.mm SourceFiles/platform/mac/notifications_manager_mac.mm