diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-10-28 18:34:35 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-10-31 10:14:46 -0700 |
commit | 3e5f3d0dfd7540519326aec226a922eb099bf28b (patch) | |
tree | 108580bcf005195854572169ef9d9dd22c27bb2e | |
parent | 9ebdfc6e82d385a6c7aa6c15507003ddf56b0547 (diff) | |
download | libpcap-3e5f3d0dfd7540519326aec226a922eb099bf28b.tar.gz |
Oops, how did that @ get in there?
(cherry picked from commit 4699f520d2e20676e220194738ef0c86edb1ebfb)
-rw-r--r-- | cmake/Modules/FindPacket.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPacket.cmake b/cmake/Modules/FindPacket.cmake index 5c398219..599cd11e 100644 --- a/cmake/Modules/FindPacket.cmake +++ b/cmake/Modules/FindPacket.cmake @@ -42,7 +42,7 @@ # # To tell this module where to look, a user may set the environment variable # Packet_ROOT to point cmake to the *root* of a directory with include and -@ lib subdirectories for packet.dll (e.g WpdPack or npcap-sdk). +# lib subdirectories for packet.dll (e.g WpdPack or npcap-sdk). # Alternatively, Packet_ROOT may also be set from cmake command line or GUI # (e.g cmake -DPacket_ROOT=C:\path\to\packet [...]) # |