summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a4bf351b..459eeb04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,7 +95,7 @@ endif()
95 95
96if (enable-tray) 96if (enable-tray)
97 if (DBUS_FOUND) 97 if (DBUS_FOUND)
98 set(ENABLE_TRAY) 98 set(ENABLE_TRAY TRUE)
99 add_definitions(-DENABLE_TRAY) 99 add_definitions(-DENABLE_TRAY)
100 else() 100 else()
101 message(WARNING "Tray required but DBus was not found. Tray will not be included") 101 message(WARNING "Tray required but DBus was not found. Tray will not be included")