mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Update zeek-aux to remove BRO_DIST from plugin skeleton
This commit is contained in:
parent
3c535ec215
commit
162ecc022e
2 changed files with 4 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 6c72725b184cc5fd7d12cea5084f0f51de3e82e3
|
||||
Subproject commit 9a51ce1940a808aaad253077905c2b34f15f1e08
|
|
@ -2,11 +2,11 @@ cmake_minimum_required(VERSION 3.15)
|
|||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT BRO_DIST)
|
||||
message(FATAL_ERROR "BRO_DIST not set")
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
||||
set(CMAKE_MODULE_PATH ${BRO_DIST}/cmake)
|
||||
set(CMAKE_MODULE_PATH ${ZEEK_DIST}/cmake)
|
||||
|
||||
include(ZeekPlugin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue