From 524d36e16b8594efafe6c868dc96e2e44207d674 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 1 Nov 2023 10:21:46 +0100 Subject: CMakeLists.txt: Remove condition from properties-cpp dependency --- CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa0c43b..c33d3c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,11 +66,7 @@ find_package(PkgConfig REQUIRED) # glib... set(GLIB_MINIMUM 2.36) -set (SERVICE_DEPS libayatana-common>=0.9.3 gio-unix-2.0>=${GLIB_MINIMUM} glib-2.0>=${GLIB_MINIMUM}) - -if (ENABLE_TESTS) - list (APPEND SERVICE_DEPS properties-cpp>=0.0.1) -endif () +set (SERVICE_DEPS libayatana-common>=0.9.3 gio-unix-2.0>=${GLIB_MINIMUM} glib-2.0>=${GLIB_MINIMUM} properties-cpp>=0.0.1) if (ENABLE_LOMIRI_FEATURES) find_package(Qt5Core REQUIRED) -- cgit v1.2.3