From 3b0f31e2d7095b265d88cd1b089997862c15833d Mon Sep 17 00:00:00 2001 From: Edwin Amsler Date: Sun, 2 Dec 2018 01:36:12 -0600 Subject: [PATCH] Remove `cmake` as a requirement No longer needed as outlined in https://github.com/rust-lang/cargo/issues/6367 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ed8ca979102..404c7e73712 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Cargo requires the following tools and packages to build: * `python` * `curl` (on Unix) -* `cmake` * OpenSSL headers (only for Unix, this is the `libssl-dev` package on ubuntu) * `cargo` and `rustc`