I have made an HP-UX port for CMAKE 3.15 It's not entirely optimal, because I took a small shortcut on fsevents in libuv by using the "no events" source also used by cygwin. HP-UX does have /dev/poll, so I think the AIX code could be used as a template for a proper implementation.
It runs --version, but I haven't tried to use it to make itself again, or any other tests. HP-UX B.11.31 ia64 using GCC 9.4.3 The binaries are 32-bit I didn't do this quite correctly because I didn't fork master and I don't have a PR prepared. If the community wants though, I can make a proper merge request I'll note, getting GCC 9.4.3 working on HP-UX is actually harder than porting cmake. This version of GCC has a fairly robust implementation of C++11 -Earle -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: https://cmake.org/mailman/listinfo/cmake