Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/spicy-analyzer-sup…
Browse files Browse the repository at this point in the history
…port-cxx-link-depends'

* origin/topic/awelzel/spicy-analyzer-support-cxx-link-depends:
  spicy_add_analyzer: Depend on CXX_LINK arg
  • Loading branch information
awelzel committed Jan 5, 2024
2 parents 37283ab + 28997a4 commit 82b1c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZeekSpicyAnalyzerSupport.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function (spicy_add_analyzer)

add_custom_command(
OUTPUT ${OUTPUT}
DEPENDS ${SPICY_ANALYZER_SOURCES} spicyz
DEPENDS ${SPICY_ANALYZER_SOURCES} spicyz ${SPICY_ANALYZER_CXX_LINK}
COMMENT "Compiling ${SPICY_ANALYZER_NAME} analyzer"
COMMAND
${CMAKE_COMMAND} -E env ASAN_OPTIONS=$ENV{ASAN_OPTIONS}:detect_leaks=0
Expand Down

0 comments on commit 82b1c81

Please sign in to comment.