Skip to content

Commit 0b1bdbb

Browse files
authored
Update cmake version in prerequisites.md (#1077)
LLVM requires at least cmake 3.13.4. https://www.llvm.org/docs/CMake.html
1 parent ddadc67 commit 0b1bdbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/building/prerequisites.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If building LLVM from source (the default), you'll need additional tools:
1414

1515
* `g++` 5.1 or later, `clang++` 3.5 or later, or MSVC 2017 or later.
1616
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
17-
* `cmake` 3.4.3 or later
17+
* `cmake` 3.13.4 or later
1818

1919
Otherwise, you'll need LLVM installed and `llvm-config` in your path.
2020
See [this section for more info][sysllvm].

0 commit comments

Comments
 (0)