From d2b3fd156e5d0a6a5d176e1b84de01086ca1e135 Mon Sep 17 00:00:00 2001 From: zerodefect Date: Fri, 19 Jan 2018 11:42:53 +0000 Subject: [PATCH] Updated README.md to explain how installation of json_fwd.hpp can be achieved as part of install step. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c714818d..f9dffe80bf 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ using json = nlohmann::json; to the files you want to use JSON objects. That's it. Do not forget to set the necessary switches to enable C++11 (e.g., `-std=c++11` for GCC and Clang). -You can further use file [`develop/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/develop/json_fwd.hpp) for forward-declarations. +You can further use file [`develop/json_fwd.hpp`](https://github.com/nlohmann/json/blob/develop/develop/json_fwd.hpp) for forward-declarations. The installation of json_fwd.hpp (as part of cmake's install step), can be achieved by setting `-DJSON_MultipleHeaders=ON`: ### Package Managers