summaryrefslogtreecommitdiffstats
path: root/Source/cmake/FindGeoClue2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake/FindGeoClue2.cmake')
-rw-r--r--Source/cmake/FindGeoClue2.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake/FindGeoClue2.cmake b/Source/cmake/FindGeoClue2.cmake
index 3143b4493..c6a5583e6 100644
--- a/Source/cmake/FindGeoClue2.cmake
+++ b/Source/cmake/FindGeoClue2.cmake
@@ -48,4 +48,5 @@ if (GEOCLUE2_VERSION)
endif ()
include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(GEOCLUE2 DEFAULT_MSG VERSION_OK)
+find_package_handle_standard_args(GeoClue2 REQUIRED_VARS VERSION_OK
+ FOUND_VAR GEOCLUE2_FOUND)