You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: set include directories in case the target is used out of this project
When using pcap or pcap_static CMake target out of this project.
The compiler complains about missing "pcap.h" header.
This is because no proper include directories are setted with these targets.
Add a proper include_directories to both pcap and pcap_static targets.
Also bump the minimum cmake version to 2.8.11 to allow generator expressions.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
0 commit comments