From 65da35d4643c58f023ee3ab0bfbf4f7845f4fea8 Mon Sep 17 00:00:00 2001 From: Aart Stuurman Date: Mon, 19 Feb 2018 12:07:07 +0100 Subject: [PATCH] Fix documentation to contain correct build options. README.md contained incorrectly named build options. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef0178e..715e6a5 100644 --- a/README.md +++ b/README.md @@ -82,14 +82,14 @@ The CMake file supports both building and installing. You can choose not to use ``` bash mkdir build cd build -cmake .. [-DBUILD_SHARED] [-DLINUX_TCP] +cmake .. [-DAMQP-CPP_AMQBUILD_SHARED] [-DAMQP-CPP_LINUX_TCP] cmake --build .. --target install ``` Option|Default|Meaning ------|-------|------- -BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)? Shared is not supported on Windows. -LINUX_TCP|OFF|Should the Linux-only TCP module be built? +AMQP-CPP_BUILD_SHARED|OFF|Static lib(ON) or shared lib(OFF)? Shared is not supported on Windows. +AMQP-CPP_LINUX_TCP|OFF|Should the Linux-only TCP module be built? ## Make Installing the library is as easy