1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 10:47:59 +08:00

libuv: Link with kvm on FreeBSD

Add it unconditionally.  It is present in FreeBSD 11, 10 and 9.
This commit is contained in:
Roger Leigh
2016-09-08 21:55:36 +01:00
committed by Brad King
parent f506489d1e
commit 6a497bb0a3

View File

@@ -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
)