summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-04-26 01:18:34 -0700
committerGuy Harris <guy@alum.mit.edu>2019-04-26 01:18:34 -0700
commit7f260fa85e82f3921c1ef45d805f35360f124eec (patch)
tree3d51f897a155b11e07b0b9200db9b3755ec8fb88 /cmake
parent26b4559a434f5553016606a11972949696a1f1ef (diff)
downloadtcpdump-7f260fa85e82f3921c1ef45d805f35360f124eec.tar.gz
Fix tpo in previous commit.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/FindPCAP.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPCAP.cmake b/cmake/Modules/FindPCAP.cmake
index 7544c778..22e4fceb 100644
--- a/cmake/Modules/FindPCAP.cmake
+++ b/cmake/Modules/FindPCAP.cmake
@@ -121,7 +121,7 @@ else(PCAP_CONFIG)
endif()
endif()
- find_library(PCAP_LIBRAIES pcap)
+ find_library(PCAP_LIBRARIES pcap)
if(WIN32)
if(NOT PCAP_LIBRARIES)
#