From e505135507fba6562ae92666e351275eaf05790c Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 19 Mar 2025 09:45:22 -0700 Subject: [PATCH] Remove inclusion of non-existent expected-lite path during dynamic plugin builds --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3520a4dfa..37174c1fa0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -354,10 +354,6 @@ target_include_directories( zeek_dynamic_plugin_base SYSTEM INTERFACE $) -target_include_directories( - zeek_dynamic_plugin_base SYSTEM - INTERFACE $) - # Convenience function for adding an OBJECT library that feeds directly into the # main target(s). #