diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-10-23 23:37:21 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-24 19:10:12 +0200 |
commit | 289797b31825f5f1593a7b78520c879adcfc6881 (patch) | |
tree | fb36d3f7c5ae2f23e5edb8a3379d0abd861222a6 | |
parent | aaac9d8c09a63ce7aa255020f7036659263e3584 (diff) | |
download | libayatana-appindicator-289797b31825f5f1593a7b78520c879adcfc6881.tar.gz libayatana-appindicator-289797b31825f5f1593a7b78520c879adcfc6881.tar.bz2 libayatana-appindicator-289797b31825f5f1593a7b78520c879adcfc6881.zip |
CMakeLists.txt: White-space fix (remove superfluous empty line).
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ba99ea2..e869439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,6 @@ elseif (FLAVOUR_GTK2) ) endif() - if(ENABLE_TESTS) set(DEPS ${DEPS} dbus-1>=1.12 dbus-glib-1>=0.82) endif() |