From ae21b3d7d3179d8bfc692e7b0c6d4af6c2523260 Mon Sep 17 00:00:00 2001 From: 5cript Date: Fri, 24 Apr 2026 17:04:32 +0200 Subject: [PATCH] Removed sdbus++ leftovers. --- .github/workflows/archlinux.yml | 1 - CMakeLists.txt | 5 ----- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 89144a70..056c0b9e 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -40,7 +40,6 @@ jobs: boost-libs \ aws-cli-v2 \ github-cli \ - sdbus-cpp \ nlohmann-json \ zlib \ bzip2 \ diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e29235..4f1986b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -102,11 +102,6 @@ else() add_subdirectory("${CMAKE_SOURCE_DIR}/dependencies/roar") endif() - # If linux platform add sdbus++ dependency - if (UNIX AND NOT APPLE) - find_package(sdbus-c++ REQUIRED) - endif() - add_subdirectory("${CMAKE_SOURCE_DIR}/ssh/source/ssh") add_subdirectory("${CMAKE_SOURCE_DIR}/tar-archive/source/tar_archive") add_subdirectory("${CMAKE_SOURCE_DIR}/backend/source/backend")