[Cmake-commits] CMake branch, next, updated. v3.6.2-1870-g3fad31b

Roger Leigh rleigh at codelibre.net
Thu Sep 8 16:57:17 EDT 2016


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  3fad31b0c32aecf07dc29857e26ee3a803ec154b (commit)
       via  d63ea37483c7f4b21e9b6e0f792c57ed7d567584 (commit)
      from  b4ab772483a971880e4e2baa844dfa40124e8332 (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=3fad31b0c32aecf07dc29857e26ee3a803ec154b
commit 3fad31b0c32aecf07dc29857e26ee3a803ec154b
Merge: b4ab772 d63ea37
Author:     Roger Leigh <rleigh at codelibre.net>
AuthorDate: Thu Sep 8 16:57:16 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 8 16:57:16 2016 -0400

    Merge topic 'freebsd-kvm-link' into next
    
    d63ea374 Utilities: cmlibuv: Link with kvm on FreeBSD


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d63ea37483c7f4b21e9b6e0f792c57ed7d567584
commit d63ea37483c7f4b21e9b6e0f792c57ed7d567584
Author:     Roger Leigh <rleigh at codelibre.net>
AuthorDate: Thu Sep 8 21:55:36 2016 +0100
Commit:     Roger Leigh <rleigh at codelibre.net>
CommitDate: Thu Sep 8 21:55:36 2016 +0100

    Utilities: cmlibuv: Link with kvm on FreeBSD

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:
 Utilities/cmlibuv/CMakeLists.txt |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list