From 96b34ae8d558657962f01592ec723008b369236c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 23 Jul 2014 21:53:44 +0200 Subject: [PATCH] * Enable snore notification on OSX. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ea3010e04..bd96438fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -326,7 +326,7 @@ if( WIN32 ) macro_log_feature(QTSPARKLE_FOUND "qtsparkle" "Library for creating auto updaters written in Qt" "https://github.com/davidsansome/qtsparkle" FALSE "" "") endif( WIN32 ) -if( WIN32 ) #OR APPLE ) +if( WIN32 OR APPLE ) if( TOMAHAWK_QT5 ) macro_optional_find_package(LibsnoreQt5 QUIET) else()