We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e324258 commit c8dfb02Copy full SHA for c8dfb02
ZeekPluginStatic.cmake
@@ -122,6 +122,8 @@ function (zeek_add_static_plugin ns name)
122
# Feed into the main Zeek target(s).
123
zeek_target_link_libraries(${target_name})
124
125
- # Add IWYU and clang-tidy to the target if enabled.
126
- zeek_target_add_linters(${target_name})
+ if (NOT ZEEK_BUILDING_EXTRA_PLUGINS)
+ # Add IWYU and clang-tidy to the target if enabled.
127
+ zeek_target_add_linters(${target_name})
128
+ endif ()
129
endfunction ()
0 commit comments