see what libuv does

This commit is contained in:
Sara Dickinson 2023-06-21 13:23:01 +01:00
parent 371345ac96
commit 3cf9aa8f9e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ if (PkgLibuv_FOUND)
set(LIBUV_VERSION ${PkgLibuv_VERSION})
add_library(Libuv::Libuv ALIAS PkgConfig::PkgLibuv)
set(Libuv_FOUND ON)
message("Libvu 1: " ${Libuv_FOUND} " " ${LIBUV_INCLUDE_DIR} " " ${LIBUV_LIBRARIES} " " ${LIBUV_VERSION})
else ()
find_path(LIBUV_INCLUDE_DIR uv.h
HINTS