mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 02:09:22 +00:00
Do not search for libiconv on Windows when building with CMake.
This commit is contained in:
parent
0ad2c51e58
commit
e205995d89
1 changed files with 3 additions and 1 deletions
|
|
@ -25,7 +25,9 @@ if(MSVC)
|
|||
find_library(LIBMINGWEX NAMES mingwex)
|
||||
endif()
|
||||
|
||||
find_package(Iconv)
|
||||
if(NOT WIN32)
|
||||
find_package(Iconv)
|
||||
endif()
|
||||
|
||||
|
||||
set(SOURCE_FILES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue