Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imroved Readme #1

Merged
merged 1 commit into from
Nov 22, 2022
Merged

Imroved Readme #1

merged 1 commit into from
Nov 22, 2022

Conversation

FlorianReimold
Copy link
Member

No description provided.

@FlorianReimold FlorianReimold merged commit 0831856 into master Nov 22, 2022
@FlorianReimold FlorianReimold deleted the feature/readme branch November 24, 2022 15:22
| `UDPCAP_THIRDPARTY_USE_BUILTIN_NPCAP` | `BOOL` | `ON` | Fetch and build against an integrated Version of the npcap SDK. <br>Only available if `UDPCAP_THIRDPARTY_ENABLED=ON` |
| `UDPCAP_THIRDPARTY_USE_BUILTIN_PCAPPLUSPLUS` | `BOOL` | `ON` | Fetch and build against an integrated Version of Pcap++. <br>_Only available if `UDPCAP_THIRDPARTY_ENABLED=ON`_ |
| `UDPCAP_THIRDPARTY_USE_BUILTIN_ASIO` | `BOOL` | `ON` | Fetch and build against an integrated Version of asio. <br>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 |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FlorianReimold The default CMake option for this is BUILD_SHARED_LIBS https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html. Please rather use the standard variable 😉
(Also official Conan generators will generate this variable when declaring a static / shared option. )

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was just a typo in the readme. I am using the standard BUILD_SHARED_LIBS variable (or rather CMake uses it and I didn't interfere with that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants