diff options
author | Brad King <brad.king@kitware.com> | 2017-08-04 09:49:04 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-08-07 09:16:09 -0400 |
commit | 49640d362981e918d94ef92c7a184749bbd7473d (patch) | |
tree | 38c85f08ebeb9f843336267e49d51f009095ec38 /README.rst | |
parent | acd462dd314c599e4d7b9231723729fdcc189bee (diff) | |
download | cmake-49640d362981e918d94ef92c7a184749bbd7473d.tar.gz |
HP-UX: Drop support for building CMake on HP-UX
CMake will soon require both C++11 and libuv to build. Neither of
these works on HP-UX, so unfortunately we need to drop support for
the platform until someone can get them working.
Issue: #17137
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 879d1d5d26..0946b706e2 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,6 @@ Supported Platforms * OpenBSD * Solaris * AIX -* HP-UX Other UNIX-like operating systems may work too out of the box, if not it should not be a major problem to port CMake to this platform. |