Skip to content

Commit 01c2702

Browse files
committed
Fix libuv cmake - linux
1 parent 695ab0a commit 01c2702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/Dependencies.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ if(USE_LIBUV)
9191

9292
add_library(uv_a INTERFACE IMPORTED)
9393
set_target_properties(uv_a PROPERTIES
94-
INTERFACE_INCLUDE_DIRECTORIES ${libuv_INCLUDE_DIRS}
95-
INTERFACE_LINK_LIBRARIES ${libuv_LIBRARY}
94+
INTERFACE_INCLUDE_DIRECTORIES "${libuv_INCLUDE_DIRS}
95+
INTERFACE_LINK_LIBRARIES "${libuv_LIBRARY}"
9696
)
9797
endif()
9898
endif()

0 commit comments

Comments
 (0)