1
0
mirror of https://github.com/open-simh/simh.git synced 2026-05-23 13:56:09 +00:00
Files
open-simh.simh/cmake
Dan Cross 0e985346b1 FreeBSD: link against libpcap
On FreeBSD, one must actually link against libpcap
(or give the path to a shared object at link
time).  That is, it is not a header-only library
on that platform.

Account for this by adding a new boolean variable
in `platform-quirks.cmake`: `NEED_PCAP_LIBRARY`,
which defaults to false.  Condition pcap library
discovery and link argument modifications on that
variable in `FindPCAP.cmake` and `dep-link.cmake`.
2026-05-03 14:19:02 -04:00
..
2024-05-21 15:57:21 -04:00
2023-05-17 20:18:42 -04:00
2024-02-23 16:07:47 -05:00
2024-02-01 12:51:13 -05:00
2026-05-03 14:19:02 -04:00
2026-05-03 14:19:02 -04:00
2024-05-21 15:57:21 -04:00
2024-02-01 12:51:13 -05:00
2025-08-17 14:26:06 -04:00