libuv: Link with kvm on FreeBSD
Add it unconditionally. It is present in FreeBSD 11, 10 and 9.
This commit is contained in:
parent
f506489d1e
commit
6a497bb0a3
|
@ -168,6 +168,9 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||
list(APPEND uv_libraries
|
||||
kvm
|
||||
)
|
||||
list(APPEND uv_headers
|
||||
include/uv-bsd.h
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue