aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-06 22:15:38 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-06 22:15:38 +0000
commitf625f54e3fcdba1605cb8a4a61213b034949cb4c (patch)
tree5abc05bc76a8231609943a67b0e567760bc6e55e /CMakeLists.txt
parent2e59bc7c89858da0f1f14b28a3007e5dd59522a9 (diff)
Remove an uncommented line: The file is now part of wsutil
svn path=/trunk/; revision=52426
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7d0ec4aa1..0db66a83af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1050,7 +1050,6 @@ endif()
if(BUILD_dumpcap AND PCAP_FOUND)
set(dumpcap_LIBS
-# @INET_NTOP_LO@
wsutil
${PCAP_LIBRARIES}
${CAP_LIBRARIES}