Merge pull request #460 from SebDieBln/Fix_readme

Fix the readme section regarding the flag for building a shared library
This commit is contained in:
Emiel Bruijntjes 2022-05-04 14:52:44 +02:00 committed by GitHub
commit 69b62ad61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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