From cab55117953de3aed8e7ed536d282a25b61d2007 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 3 May 2018 19:35:41 +0200 Subject: [PATCH] Document BUILD_DOCS switch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1941964..116176e6 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ On command line: * `-DBUILD_NANOMSG_TRANSPORT=ON` enables building of nanomsg transport. * `-DBUILD_OFI_TRANSPORT=ON` enables building of the experimental OFI transport. * `-DBUILD_DDS_PLUGIN=ON` enables building of the DDS plugin. + * `-DBUILD_DOCS=ON` enables building of API docs. * You can hint non-system installations for dependent packages, see the #Installation section above After the `find_package(FairMQ)` call the following CMake variables are defined: