]> The Tcpdump Group git mirrors - libpcap/commit
Avoid using the library's full path on the linker command-line 665/head
authorAli Abdulkadir <[email protected]>
Wed, 22 Nov 2017 02:24:22 +0000 (05:24 +0300)
committerAli Abdulkadir <[email protected]>
Wed, 22 Nov 2017 02:24:22 +0000 (05:24 +0300)
commit691a8974e4da741e95617819f383c0369e91233f
tree4c478c73d9bf12c0886cb2246694e96f2bf8c9bb
parent7de1e9cb69798b22f6c09c39908efd1a4568f053
Avoid using the library's full path on the linker command-line

(Try to) avoid cmake's sloppy practice of using the library's full path on the linker command-line.

"e.g. -lC:\User\projects\WpdPack\Lib\Packet.lib"

This line also ends up in pcap-config, giving other build systems/compiler a very hard time.
cmake/Modules/FindPacket.cmake