From 1b7b7ca4b3a3ccf9e6c895a1940f04382d3bb519 Mon Sep 17 00:00:00 2001 From: Dominik Schmidt Date: Wed, 17 Feb 2016 14:27:43 +0100 Subject: [PATCH] Bump snorenotify requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 768d2185b..50e44eed6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -403,7 +403,7 @@ if( WIN32 ) endif( WIN32 ) if( WIN32 OR APPLE ) - macro_optional_find_package(LibsnoreQt5 0.5.70 QUIET) + macro_optional_find_package(LibsnoreQt5 0.6.0 QUIET) macro_log_feature(LibsnoreQt5_FOUND "Libsnore" "Library for notifications" "https://projects.kde.org/projects/playground/libs/snorenotify" FALSE "" "") endif()