[Cmake-commits] CMake branch, next, updated. v3.6.1-1623-gf631705
Brad King
brad.king at kitware.com
Wed Aug 31 09:07:25 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 f631705425da0a343b6c27de77be88fcacff34e6 (commit)
via 05979c39509615e10a3b2bd4a5b4224dfde4c3eb (commit)
from 320f5bdc1cce81292367b04ebcb733375ab81d61 (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=f631705425da0a343b6c27de77be88fcacff34e6
commit f631705425da0a343b6c27de77be88fcacff34e6
Merge: 320f5bd 05979c3
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 31 09:07:23 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Aug 31 09:07:23 2016 -0400
Merge topic 'import-libuv' into next
05979c39 Revert "Revert "Do not build libuv on HP-UX""
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=05979c39509615e10a3b2bd4a5b4224dfde4c3eb
commit 05979c39509615e10a3b2bd4a5b4224dfde4c3eb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Aug 31 09:07:00 2016 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Wed Aug 31 09:07:00 2016 -0400
Revert "Revert "Do not build libuv on HP-UX""
This reverts commit a9cc3756b63bb064850b3d56e60edf755738fcaa.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 65876d5..aab8416 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -484,6 +484,9 @@ int main(void) { return 0; }
elseif(CYGWIN)
# libuv does not support Cygwin
set(CMAKE_USE_LIBUV 0)
+ elseif(CMAKE_SYSTEM_NAME STREQUAL "HP-UX")
+ # libuv does not support HP-UX
+ set(CMAKE_USE_LIBUV 0)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "sparc")
# Disable until it can be ported.
set(CMAKE_USE_LIBUV 0)
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list