From 4620b1bd702e7bbd69cad5fbe98b8a70f1a2cb5b Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Sun, 9 Jan 2022 19:20:13 -0800 Subject: [PATCH] Fixed readme CMake version needed (3.12 to 3.14) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a543be3..ae8c7ed 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small 2D C++ Game Framework, using few dependencies and simple code to mainain **☆ This will likely see breaking changes! Use at your own risk! ☆** #### building - - Requires C++17 and CMake 3.12+ + - Requires C++17 and CMake 3.14+ - A single *Platform* implementation must be enabled: - [SDL2](https://github.com/NoelFB/blah/blob/master/src/internal/platform_sdl2.cpp) can be enabled in CMake with `BLAH_PLATFORM_SDL2` (default) - [WIN32](https://github.com/NoelFB/blah/blob/master/src/internal/platform_win32.cpp) (UNFINISHED) can be enabled in CMake with `BLAH_PLATFORM_WIN32`