From 5899bb05c37d4329da0a84f158a32c6e50febe2e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 24 Jul 2014 00:06:31 +0200 Subject: [PATCH] Fixed typo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e6a00a..ba98ed9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ option(WITH_FRONTENDS "Build frontends currently only useful if WITH_SNORE_DEAM option(WITH_GROWL_BACKEND "Build the Growl backend" ON) option(WITH_SNORE_DEAMON "Build the Snore deamon, which redirects notifications" OFF) option(WITH_QT4 "Use Qt4" ON) -cmake_dependent_option(WITH_KDE "Try to build with KDE support if availibe" ON "NOT WITH_QT4" OFF) +cmake_dependent_option(WITH_KDE "Try to build with KDE support if available" ON "NOT WITH_QT4" OFF) cmake_dependent_option(WITH_FREEDESKTOP_FRONTEND "Build the freedesktop frontend" OFF "WITH_SNORE_DEAMON" ON) #######################################################################