From dac030f36c14abacf80f05314f4a55d8dd621a0d Mon Sep 17 00:00:00 2001 From: Stanislav Ershov Date: Mon, 27 Nov 2017 18:11:03 +0300 Subject: [PATCH] Remove iconv --- CMakeLists.txt | 1 - Telegram/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) 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