From 4175ecf4de933082af8d19e6315ecc81413b07f1 Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:19:18 +0100 Subject: [PATCH] Readme: Corrected CMake BUILD_SHARED_LIBS variable (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55df824..4e95538 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ You can set the following CMake Options to control how Udpcap is supposed to bui | `UDPCAP_THIRDPARTY_USE_BUILTIN_NPCAP` | `BOOL` | `ON` | Fetch and build against an integrated Version of the npcap SDK.
Only available if `UDPCAP_THIRDPARTY_ENABLED=ON` | | `UDPCAP_THIRDPARTY_USE_BUILTIN_PCAPPLUSPLUS` | `BOOL` | `ON` | Fetch and build against an integrated Version of Pcap++.
_Only available if `UDPCAP_THIRDPARTY_ENABLED=ON`_ | | `UDPCAP_THIRDPARTY_USE_BUILTIN_ASIO` | `BOOL` | `ON` | Fetch and build against an integrated Version of asio.
Only available if `UDPCAP_THIRDPARTY_ENABLED=ON` | -| `CMAKE_BUILD_SHARED_LIBS` | `BOOL` | | Not a udpcap option, but use this to control whether you want to have a static or shared library | +| `BUILD_SHARED_LIBS` | `BOOL` | | Not a udpcap option, but use this to control whether you want to have a static or shared library | # How to integrate Udpcap in your project **Integrate as binaries**: