We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695ab0a commit 01c2702Copy full SHA for 01c2702
cmake/Dependencies.cmake
@@ -91,8 +91,8 @@ if(USE_LIBUV)
91
92
add_library(uv_a INTERFACE IMPORTED)
93
set_target_properties(uv_a PROPERTIES
94
- INTERFACE_INCLUDE_DIRECTORIES ${libuv_INCLUDE_DIRS}
95
- INTERFACE_LINK_LIBRARIES ${libuv_LIBRARY}
+ INTERFACE_INCLUDE_DIRECTORIES "${libuv_INCLUDE_DIRS}
+ INTERFACE_LINK_LIBRARIES "${libuv_LIBRARY}"
96
)
97
endif()
98
0 commit comments