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