diff options
author | Brad King <brad.king@kitware.com> | 2017-06-14 15:49:01 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-14 15:49:06 (GMT) |
commit | cbc7d2435ebcdc36999dc6757dc20547e09635c6 (patch) | |
tree | f2dc96100d20abfc681c690453063d70ed19a211 | |
parent | 3c40207a108798f49132ac3974ac6331dd467093 (diff) | |
parent | bf2e4bfbaabaa5621791b35ea5da7d7e5c141d8b (diff) | |
download | CMake-cbc7d2435ebcdc36999dc6757dc20547e09635c6.zip CMake-cbc7d2435ebcdc36999dc6757dc20547e09635c6.tar.gz CMake-cbc7d2435ebcdc36999dc6757dc20547e09635c6.tar.bz2 |
Merge topic 'readme-supported-platforms'
bf2e4bfb README: Update list of supported platforms
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !962
-rw-r--r-- | README.rst | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -30,7 +30,13 @@ Building CMake Supported Platforms ------------------- -MS Windows, Mac OS X, Linux, FreeBSD, Solaris, HP-UX, IRIX, BeOS, QNX +* Microsoft Windows +* Apple macOS +* Linux +* FreeBSD +* OpenBSD +* Solaris +* 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. |