mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
test: link with libm (#4735)
Fixes: https://github.com/libuv/libuv/issues/4734 Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
This commit is contained in:
parent
c727be4df9
commit
4681d5d570
@ -434,6 +434,7 @@ endif()
|
||||
|
||||
if(APPLE OR CMAKE_SYSTEM_NAME MATCHES "DragonFly|FreeBSD|Linux|NetBSD|OpenBSD")
|
||||
list(APPEND uv_test_libraries util)
|
||||
list(APPEND uv_libraries m)
|
||||
endif()
|
||||
|
||||
if(CYGWIN OR MSYS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user