aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorLionel Duboeuf <lduboeuf@ouvaton.org>2025-10-11 14:34:53 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 22:03:27 +0200
commitc2bb201c7d397e4b50a7432056467e9d08384e1c (patch)
tree538c3999e79639a7c67f12fe94936474fa839c7a /tests/CMakeLists.txt
parentef5f625e3ed3e570867ddd509d2a8d66bb41a9c8 (diff)
downloadayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.tar.gz
ayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.tar.bz2
ayatana-indicator-datetime-c2bb201c7d397e4b50a7432056467e9d08384e1c.zip
separate mkCal Option from Lomiri
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 4aaee45..f6d5089 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -77,7 +77,7 @@ target_link_libraries (${TEST_NAME} indicatordatetimeservice ${SERVICE_DEPS_LIBR
find_program(DBUS_RUNNER dbus-test-runner)
-if (ENABLE_LOMIRI_FEATURES)
+if (ENABLE_MKCAL)
function(add_eds_ics_test_by_name name)
set (TEST_NAME ${name})
set (COVERAGE_TEST_TARGETS ${COVERAGE_TEST_TARGETS} ${TEST_NAME} PARENT_SCOPE)