From 9fca1acb40aa2f8f541ad42891fe4824982f56e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 6 Feb 2023 23:01:46 +0000 Subject: [PATCH] CMake: Remove dumpcap dependency on ui --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdbab5f4be..d3aae7135b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3123,7 +3123,6 @@ if(BUILD_dumpcap AND PCAP_FOUND) wsutil caputils iface_monitor - ui pcap::pcap ${CAP_LIBRARIES} ${ZLIB_LIBRARIES}