aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLCMS.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindLCMS.cmake')
-rw-r--r--modules/FindLCMS.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLCMS.cmake b/modules/FindLCMS.cmake
index 9d162d2c..cbb6b179 100644
--- a/modules/FindLCMS.cmake
+++ b/modules/FindLCMS.cmake
@@ -17,7 +17,7 @@
# in the FIND_PATH() and FIND_LIBRARY() calls
if(NOT WIN32)
find_package(PkgConfig)
- pkg_check_modules(PC_LCMS lcms)
+ pkg_check_modules(PC_LCMS QUIET lcms)
set(LCMS_DEFINITIONS ${PC_LCMS_CFLAGS_OTHER})
endif(NOT WIN32)