From 005d880453b3729c3402fb2a27815dee506a7c62 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Thu, 25 Jun 2015 08:07:31 -0500 Subject: [PATCH] typo --- cmake/Modules/FindPolkit.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindPolkit.cmake b/cmake/Modules/FindPolkit.cmake index ad979fa9b..cd7903176 100644 --- a/cmake/Modules/FindPolkit.cmake +++ b/cmake/Modules/FindPolkit.cmake @@ -19,7 +19,7 @@ # use pkg-config to get the directories and then use these values # in the FIND_PATH() and FIND_LIBRARY() calls find_package(PkgConfig) - pkg_search_modules(PC_POLKIT polkit-gobject-1 polkit) + pkg_search_module(PC_POLKIT polkit-gobject-1 polkit) #pkg_check_modules(PC_POLKIT_AGENT polkit-agent-1) set(POLKIT_DEFINITIONS ${PC_POLKIT_CFLAGS_OTHER}) endif (NOT WIN32)