Fix the readme section regarding the flag for building a shared library

This commit is contained in:
Sebastian Dietrich 2022-04-25 21:23:29 +02:00
parent beaa1939c9
commit cd9ba70b4a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ cmake --build . --target install
Option | Default | Meaning
-------------------------|---------|-----------------------------------------------------------------------
AMQP-CPP_BUILD_SHARED | OFF | Static lib(ON) or shared lib(OFF)? Shared is not supported on Windows.
AMQP-CPP_BUILD_SHARED | OFF | Static lib(OFF) or shared lib(ON)? Shared is not supported on Windows.
AMQP-CPP_LINUX_TCP | OFF | Should the Linux-only TCP module be built?
## Using make