diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 89144a7..056c0b9 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 67e2923..4f1986b 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")