Skip to content

Commit

Permalink
spicy_add_analyzer: Do not use SCRIPTS
Browse files Browse the repository at this point in the history
The SCRIPTS parameter for spicy_add_analyzer() is not functional, so rendering
it into CMakeLists.txt is confusing [1]. Remove it.

These scripts are installed via zkg.meta's script_dir here in the template.

[1] zeek/cmake#97
  • Loading branch information
awelzel committed Jun 18, 2024
1 parent f24ebc9 commit 509610a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/spicy-protocol-analyzer/analyzer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ spicy_add_analyzer(
NAME @ANALYZER@
PACKAGE_NAME @NAME@
SOURCES @[email protected] @[email protected] zeek_@[email protected]
SCRIPTS __load__.zeek main.zeek dpd.sig
)

0 comments on commit 509610a

Please sign in to comment.