aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2023-02-21 12:52:10 +0100
committerGitHub <noreply@github.com>2023-02-21 12:52:10 +0100
commit450a08ff7f6c7889e2fc745666eec02bafd7998f (patch)
treea0cf2596a3b8ccecc001daa9395692b1f1f65715 /README.md
parent2631115e763b0972acf849ee76503a3ea88b9b7f (diff)
README: Mention documentation requires Doxygen (#533)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05f23074..99b742d1 100644
--- a/README.md
+++ b/README.md
@@ -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)