mirror of https://github.com/getdnsapi/getdns.git
Fix typo preventing Windows build when Pkgconfig not available
This commit is contained in:
parent
6395fe43cc
commit
ee534d10bf
|
@ -52,7 +52,7 @@ else ()
|
||||||
"${LIBUV_DIR}/lib"
|
"${LIBUV_DIR}/lib"
|
||||||
)
|
)
|
||||||
|
|
||||||
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARY)
|
if (LIBUV_INCLUDE_DIR AND LIBUV_LIBRARIES)
|
||||||
if (NOT TARGET Libuv::Libuv)
|
if (NOT TARGET Libuv::Libuv)
|
||||||
add_library(Libuv::Libuv UNKNOWN IMPORTED)
|
add_library(Libuv::Libuv UNKNOWN IMPORTED)
|
||||||
set_target_properties(Libuv::Libuv PROPERTIES
|
set_target_properties(Libuv::Libuv PROPERTIES
|
||||||
|
|
Loading…
Reference in New Issue