mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/cleanup-warnings-from-plugin-btest-builds'
* origin/topic/timw/cleanup-warnings-from-plugin-btest-builds: Update zeek-aux to remove BRO_DIST from plugin skeleton cmake_minimum_required() should come before project()
This commit is contained in:
commit
54d67c3322
13 changed files with 31 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Foo-FOO)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Foo-FOO)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Conflict-Plugin)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Conflict-Plugin)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
if (NOT BRO_DIST)
|
||||
message(FATAL_ERROR "BRO_DIST not set")
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
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)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Packet-Plugin-Demo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Packet-Plugin-Demo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
project(Zeek-Plugin-Demo-Foo)
|
||||
|
||||
if (NOT ZEEK_DIST)
|
||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||
endif ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue