diff options
author | Brad King <brad.king@kitware.com> | 2016-08-30 13:48:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-30 13:48:39 (GMT) |
commit | b82d027b457db00b1a48ca225444d9c977cfc6f9 (patch) | |
tree | 9819e733e12b0749b19b4f736997fff148554c1d /Help | |
parent | e3a4c2e02ceacd302e8bc6a7dc1bc02b29ab2cfc (diff) | |
download | CMake-b82d027b457db00b1a48ca225444d9c977cfc6f9.zip CMake-b82d027b457db00b1a48ca225444d9c977cfc6f9.tar.gz CMake-b82d027b457db00b1a48ca225444d9c977cfc6f9.tar.bz2 |
Utilities/Release: Drop Linux 32-bit binary
The Linux distro we've been using for this is so old that it limits our
ability to import newer third-party software. Until a new machine can
be configured to provide this binary we can simply drop it. Users will
still be able to build from source or use a distro-provided version.
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/drop-linux-i386-binary.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/drop-linux-i386-binary.rst b/Help/release/dev/drop-linux-i386-binary.rst new file mode 100644 index 0000000..60aa74e --- /dev/null +++ b/Help/release/dev/drop-linux-i386-binary.rst @@ -0,0 +1,5 @@ +drop-linux-i386-binary +---------------------- + +* We no longer provide Linux i386 binaries for download from ``cmake.org`` + for new versions of CMake. |