diff options
author | Robert Tari <robert@tari.in> | 2023-11-01 10:21:46 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2023-11-01 10:21:46 +0100 |
commit | 524d36e16b8594efafe6c868dc96e2e44207d674 (patch) | |
tree | 7ada6799246aa7a299f5ddea6245dfc06e52be8d | |
parent | 92ef663cf5a474f1feb44f0e684871189164e9c6 (diff) | |
download | ayatana-indicator-display-524d36e16b8594efafe6c868dc96e2e44207d674.tar.gz ayatana-indicator-display-524d36e16b8594efafe6c868dc96e2e44207d674.tar.bz2 ayatana-indicator-display-524d36e16b8594efafe6c868dc96e2e44207d674.zip |
CMakeLists.txt: Remove condition from properties-cpp dependency
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 1 insertions, 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) |