Skip to content

Commit

Permalink
Fix not searching for UntitledDBusUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 6, 2024
1 parent a398f0f commit 998ca99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,7 @@ if (USE_OS_MODULE)
if (ENABLE_DBUS_UTILS)
find_package(PkgConfig REQUIRED)

if (ENABLE_DBUS_UTILS)
pkg_check_modules(DBUS REQUIRED dbus-1)

link_directories(${DBUS_LIBRARY_DIRS})
include_directories(${DBUS_INCLUDE_DIRS})

if (BUILD_VARIANT_VENDOR)
add_subdirectory(Framework/Modules/OS/ThirdParty/UntitledDBusUtils)
list(APPEND ENABLED_LIBRARIES UntitledDBusUtils)
else()
Expand Down

0 comments on commit 998ca99

Please sign in to comment.