forked from mirrors/linphone-iphone
Search for iconv quietly when building with CMake.
This commit is contained in:
parent
033d89ebd8
commit
4b28d3a933
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ if(MSVC AND NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsPhone")
|
|||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
find_package(Iconv)
|
||||
find_package(Iconv QUIET)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue