Remove conflicting requirements on CMake

Sizhe Zhao 2021-07-08 10:50:43 +08:00
parent d746a956de
commit c865d484ad

@ -7,7 +7,7 @@
### Setup
Install [CMake](https://cmake.org/), version 3.15.3 or newer.
Install [CMake](https://cmake.org/), version 3.17 or newer.
[Download llvm, clang, and lld](http://releases.llvm.org/download.html#12.0.0) and unzip each to their own directory. Ensure no directories have spaces in them. For example:
@ -23,8 +23,6 @@ Install [Build Tools for Visual Studio 2019](https://visualstudio.microsoft.com/
Install [Python 3.9.4](https://www.python.org). Tick the box to add python to your PATH environment variable.
Install [CMake 3.17](http://cmake.org).
### LLVM
Using the start menu, run **x64 Native Tools Command Prompt for VS 2019** and execute these commands, replacing `C:\Users\Andy` with the correct value.