aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 22:04:21 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2026-06-11 22:04:21 +0200
commit8b6b68809cd070f5c14dfb71b45e1cc0ce50c693 (patch)
tree3bb2e911c39f34759323241dade350e5a5dcad65 /tests/CMakeLists.txt
parentef5f625e3ed3e570867ddd509d2a8d66bb41a9c8 (diff)
parent13d4f324138f79e5f880a63d6a3d0131cb2db2e7 (diff)
downloadayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.tar.gz
ayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.tar.bz2
ayatana-indicator-datetime-8b6b68809cd070f5c14dfb71b45e1cc0ce50c693.zip
Merge branch 'lduboeuf-personal/lduboeuf/separate_mkcal'
Attributes GH PR #143: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/143
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)