Fix the readme section regarding the flag for building a shared library
This commit is contained in:
parent
beaa1939c9
commit
cd9ba70b4a
|
|
@ -100,7 +100,7 @@ cmake --build . --target install
|
||||||
|
|
||||||
Option | Default | Meaning
|
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?
|
AMQP-CPP_LINUX_TCP | OFF | Should the Linux-only TCP module be built?
|
||||||
|
|
||||||
## Using make
|
## Using make
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue