zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 5389af2c1c8c50942da20dc5b0cc29cdca45e0e9 (tree)
parent 55f0d8b41cc0c633effe51554f1bc67793f62623
Author: dundargoc <gocdundar@gmail.com>
Date:   Fri, 15 Sep 2023 23:43:40 +0200

Fix minimum cmake version in README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -47,7 +47,7 @@ mechanism supports that use case too (i.e. `/usr/bin/zig` and `/usr/lib/zig/`). Ensure you have the required dependencies: - * CMake >= 2.8.12 + * CMake >= 3.5 * System C/C++ Toolchain * LLVM, Clang, LLD development libraries == 16.x