fix cmake flag ENABLE_JSON_EXPORT

This commit is contained in:
milahu 2023-01-20 11:49:04 +01:00 committed by GitHub
parent fbd40f6f12
commit 283cdaa0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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