From 8ebf65c25203549f2ecc9cac239d81d2362745c1 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Mon, 30 Apr 2018 12:42:17 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c2dc568..bac75aea 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ On command line: * `-DDISABLE_COLOR=ON` disables coloured console output. * `-DBUILD_TESTING=OFF` disables building of tests. - * `-DBUILD_ESXAMPLES=OFF` disables building of examples. + * `-DBUILD_EXAMPLES=OFF` disables building of examples. * `-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.