Skip to content

Commit ee534d1

Browse files
committed
Fix typo preventing Windows build when Pkgconfig not available
1 parent 6395fe4 commit ee534d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindLibuv.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ else ()
5252
"${LIBUV_DIR}/lib"
5353
)
5454

55-
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARY)
55+
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARIES)
5656
if (NOT TARGET Libuv::Libuv)
5757
add_library(Libuv::Libuv UNKNOWN IMPORTED)
5858
set_target_properties(Libuv::Libuv PROPERTIES

0 commit comments

Comments
 (0)