From 283cdaa0e690f0511c755479f86193a9c766f810 Mon Sep 17 00:00:00 2001 From: milahu Date: Fri, 20 Jan 2023 11:49:04 +0100 Subject: [PATCH] fix cmake flag ENABLE_JSON_EXPORT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1ee0b..6e8a9c6 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ To build without GUI, add the following parameters to the CMake call: ### JSON export As a small demo for [Reflective RapidJSON](https://github.com/Martchus/reflective-rapidjson), the tag editor features an optional -JSON export. To enable it, add `-DENABLE_JSON_EXPORT` to the CMake arguments. +JSON export. To enable it, add `-DENABLE_JSON_EXPORT=ON` to the CMake arguments. When enabled, the following additional dependencies are required (only at build-time): rapidjson, reflective-rapidjson and llvm/clang