This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  c0f629593ed05793666c23e1478d142bd6577d25 (commit)
       via  6a497bb0a3a92ac13d637ee200db4d6cd43cb121 (commit)
      from  4ca4ed50a47ff7136fed3337698b74e0ad91582f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c0f629593ed05793666c23e1478d142bd6577d25
commit c0f629593ed05793666c23e1478d142bd6577d25
Merge: 4ca4ed5 6a497bb
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Sep 9 11:11:21 2016 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Sep 9 11:11:21 2016 -0400

    Merge topic 'libuv-link-kvm' into next
    
    6a497bb0 libuv: Link with kvm on FreeBSD


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6a497bb0a3a92ac13d637ee200db4d6cd43cb121
commit 6a497bb0a3a92ac13d637ee200db4d6cd43cb121
Author:     Roger Leigh <rle...@codelibre.net>
AuthorDate: Thu Sep 8 21:55:36 2016 +0100
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Sep 9 11:07:46 2016 -0400

    libuv: Link with kvm on FreeBSD
    
    Add it unconditionally.  It is present in FreeBSD 11, 10 and 9.

diff --git a/Utilities/cmlibuv/CMakeLists.txt b/Utilities/cmlibuv/CMakeLists.txt
index e25ac82..8837be6 100644
--- a/Utilities/cmlibuv/CMakeLists.txt
+++ b/Utilities/cmlibuv/CMakeLists.txt
@@ -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
     )

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to