From 54e8516af223670b75d7a17c2538c6e6d0843c1f Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 23 Oct 2018 11:12:05 -0400 Subject: [PATCH] Update README with more accurate CMake info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78de99a..b43a229 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Slightly modified versions of `"date.h"` and `"tz.h"` were voted into the C++20 ## Build & Test -You will need [CMake](https://cmake.org/) and a recent C++ compiler. Here follows a guide of how to build and test using the CMake Makefile generator. +You can optionally build using [CMake](https://cmake.org/). Here is a guide of how to build and test using the CMake Makefile generator. ```bash mkdir build