Skip to content

Commit

Permalink
Fix libuv cmake - linux
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrchmiel committed Jan 22, 2024
1 parent 695ab0a commit 01c2702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ if(USE_LIBUV)

add_library(uv_a INTERFACE IMPORTED)
set_target_properties(uv_a PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${libuv_INCLUDE_DIRS}
INTERFACE_LINK_LIBRARIES ${libuv_LIBRARY}
INTERFACE_INCLUDE_DIRECTORIES "${libuv_INCLUDE_DIRS}
INTERFACE_LINK_LIBRARIES "${libuv_LIBRARY}"
)
endif()
endif()
Expand Down

0 comments on commit 01c2702

Please sign in to comment.