From 450a08ff7f6c7889e2fc745666eec02bafd7998f Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Tue, 21 Feb 2023 12:52:10 +0100 Subject: README: Mention documentation requires Doxygen (#533) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3