mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Don't pass local source/binary directory to zeek_add_plugin for Redis backend
This commit is contained in:
parent
19f4ef03df
commit
d12d0d7a29
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if (ENABLE_STORAGE_BACKEND_REDIS)
|
|||
|
||||
zeek_add_plugin(
|
||||
Zeek Storage_Backend_Redis
|
||||
INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${HIREDIS_INCLUDE_DIRS}
|
||||
INCLUDE_DIRS ${HIREDIS_INCLUDE_DIRS}
|
||||
DEPENDENCIES ${HIREDIS_LIBRARIES}
|
||||
SOURCES Plugin.cc Redis.cc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue