aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-23 23:37:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-23 23:44:22 +0200
commit3bbad2ab08e8a4121a9928ccc7ba719174133217 (patch)
tree4378b58bfbb2eb4aeba72206287ceb34c38fb3fa /CMakeLists.txt
parent5ffca108a6ebe0395627846b66437c53c81a88f8 (diff)
downloadlibayatana-appindicator-3bbad2ab08e8a4121a9928ccc7ba719174133217.tar.gz
libayatana-appindicator-3bbad2ab08e8a4121a9928ccc7ba719174133217.tar.bz2
libayatana-appindicator-3bbad2ab08e8a4121a9928ccc7ba719174133217.zip
CMakeLists.txt: White-space fix (remove superfluous empty line).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7aa1881..4c12c6a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,7 +56,6 @@ elseif (FLAVOUR_GTK2)
)
endif()
-
if(ENABLE_TESTS)
set(DEPS ${DEPS} dbus-1>=1.12 dbus-glib-1>=0.82)
endif()