seladb / PcapPlusPlus

PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, Npcap, WinPcap, DPDK, AF_XDP and PF_RING.
https://pcapplusplus.github.io/
The Unlicense
2.74k stars 672 forks source link

Fix cmake warning about future support removal #1574

Closed rndx21033 closed 1 month ago

rndx21033 commented 1 month ago

Simple fix of CMake warning about version < 3.5 future support removal.

rndx21033 commented 1 month ago

recreating for dev