Compare commits

..

2 Commits

Author SHA1 Message Date
Sara Dickinson f8c95b4f15 Update Stubby to fix Windows build issues 2023-01-09 16:50:12 +00:00
Sara Dickinson ee534d10bf Fix typo preventing Windows build when Pkgconfig not available 2023-01-09 16:40:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ else ()
"${LIBUV_DIR}/lib"
)
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARY)
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARIES)
if (NOT TARGET Libuv::Libuv)
add_library(Libuv::Libuv UNKNOWN IMPORTED)
set_target_properties(Libuv::Libuv PROPERTIES

2
stubby

@ -1 +1 @@
Subproject commit 8571f6aba6827a74588f0d0e645d363c9ab045d1
Subproject commit b53867d1ec467822dbd9e1a0ad6598f84a9f5ed7