]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fixtypo.
authorGuy Harris <[email protected]>
Mon, 29 Jan 2018 05:06:22 +0000 (21:06 -0800)
committerGuy Harris <[email protected]>
Mon, 29 Jan 2018 05:06:22 +0000 (21:06 -0800)
cmake/Modules/FindPCAP.cmake

index 93b8db66c21fd5c1e4df80b3d7fac5a0400f6e09..078025af5eb3e4e87284ba90581595ac9899d95a 100644 (file)
@@ -118,7 +118,7 @@ else(PCAP_CONFIG)
     set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
     find_library(PCAP_STATIC_LIBRARY pcap)
     cmake_pop_check_state()
-  endif(NOTWIN32)
+  endif(NOT WIN32)
 
   set(PCAP_INCLUDE_DIRS ${PCAP_INCLUDE_DIR})
   set(PCAP_LIBRARIES ${PCAP_LIBRARY})