diff options
| author | Melvin Keskin <melvo@olomono.de> | 2023-02-21 12:52:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-21 12:52:10 +0100 |
| commit | 450a08ff7f6c7889e2fc745666eec02bafd7998f (patch) | |
| tree | a0cf2596a3b8ccecc001daa9395692b1f1f65715 /README.md | |
| parent | 2631115e763b0972acf849ee76503a3ea88b9b7f (diff) | |
README: Mention documentation requires Doxygen (#533)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ Build from command line: You can pass the following arguments to CMake: BUILD_SHARED to build with shared type library, otherwise static (default: true) - BUILD_DOCUMENTATION to build the documentation (default: false) + BUILD_DOCUMENTATION to build the documentation, requires Doxygen (default: false) BUILD_EXAMPLES to build the examples (default: true) BUILD_TESTS to build the unit tests (default: true) BUILD_INTERNAL_TESTS to build the unit tests testing private parts of the API (default: false) |
