mirror of https://github.com/procxx/kepka.git
Remove iconv
This commit is contained in:
parent
7d3d01a117
commit
dac030f36c
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue