Skip to content
Snippets Groups Projects
Commit 6a497bb0 authored by Roger Leigh's avatar Roger Leigh Committed by Brad King
Browse files

libuv: Link with kvm on FreeBSD

Add it unconditionally.  It is present in FreeBSD 11, 10 and 9.
parent f506489d
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment