Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
error: fix libuv dbusrecv
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach authored and ZronekM committed Jun 22, 2019
1 parent 2fb2b17 commit a701c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/dbusrecv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ if (ADDTESTING_PHASE)
# the test requires an IO binding; using io_uv for now
check_binding_was_added ("io_uv" IS_INCLUDED)
if (BUILD_TESTING AND IS_INCLUDED)
if (BUILD_FULL OR BUILD_STATIC)
find_package (libuv QUIET)
find_package (libuv QUIET)

if (BUILD_FULL OR BUILD_STATIC)
set (STATIC_LIBRARIES ${libuv_LIBRARIES}) # libuv is present; otherwise io_uv bindings would not be added
endif ()

Expand Down

0 comments on commit a701c22

Please sign in to comment.