From 54b6379e9f158710a9ef4b24067829de850ced1b Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Thu, 9 May 2019 13:27:02 -0700 Subject: [PATCH] Changed CMake version from 3.4 to that in CMakeLists.txt in README. PiperOrigin-RevId: 247484946 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a957a96..1d3a2ac 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ Building ======== CMake is supported and autotools will soon be deprecated. -You need CMake 3.4 or above to build: +You need the CMake version specified in [CMakeLists.txt](./CMakeLists.txt) +or later to build: ```bash mkdir build