mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
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
9 lines
291 B
ReStructuredText
9 lines
291 B
ReStructuredText
drop-HP-UX
|
|
----------
|
|
|
|
* Support for building CMake on HP-UX has been dropped pending better
|
|
support for C++11 and a port of libuv. See `CMake Issue 17137`_.
|
|
Use CMake 3.9 or lower instead for HP-UX support.
|
|
|
|
.. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/issues/17137
|