aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindGTK3.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindGTK3.cmake')
-rw-r--r--cmake/modules/FindGTK3.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindGTK3.cmake b/cmake/modules/FindGTK3.cmake
index 2a79f6a822..71d503b9f1 100644
--- a/cmake/modules/FindGTK3.cmake
+++ b/cmake/modules/FindGTK3.cmake
@@ -39,7 +39,7 @@ endif()
# use pkg-config to get the directories and then use these values
# in the FIND_PATH() and FIND_LIBRARY() calls
find_package( PkgConfig )
-pkg_check_modules( PC_GTK3 gtk+-3.0 QUIET )
+pkg_check_modules( PC_GTK3 QUIET gtk+-3.0 )
# Hack around broken .pc files in Windows GTK bundle
if( DEFINED GTK3_HINTS )