From 4b28d3a93351a6281598fe555ed48a836e785a62 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 19 Oct 2015 15:43:15 +0200 Subject: [PATCH] Search for iconv quietly when building with CMake. --- coreapi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/CMakeLists.txt b/coreapi/CMakeLists.txt index 10e39316e..a693b7f5c 100644 --- a/coreapi/CMakeLists.txt +++ b/coreapi/CMakeLists.txt @@ -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()