aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-07-28 21:53:06 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 14:38:27 +0200
commit28d347f433a90dd8a928a417fd7d76b86d576d59 (patch)
tree299a8a1f1ce31a0201a1ecd77157e1a7f84a6024 /CMakeLists.txt
parent6055485c2215e55cc0febe0eb15141e837d8e17b (diff)
downloadayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.tar.gz
ayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.tar.bz2
ayatana-indicator-datetime-28d347f433a90dd8a928a417fd7d76b86d576d59.zip
Some fixes in UBports patches after a review
- debian/control: Add liblomiri-url-dispatcher-dev as optional - .build.yml: Add liblomiri-url-dispatcher-dev dependency - CMakeLists.txt: Remove duplicate enable_testing() - include/datetime/actions-live.h: Remove lomiri_open_appointment
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 ef09a60..8e682ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -130,7 +130,6 @@ if (ENABLE_TESTS)
include(CTest)
pkg_check_modules (DBUSTEST REQUIRED dbustest-1>=14.04.0)
- enable_testing ()
enable_testing()
add_subdirectory(tests)