Search for iconv quietly when building with CMake.

This commit is contained in:
Ghislain MARY 2015-10-19 15:43:15 +02:00
parent 033d89ebd8
commit 4b28d3a933

View file

@ -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()