mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update cmake_minimum_required() in test plugins
This commit is contained in:
parent
460dc16d32
commit
85934ec632
9 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Foo-FOO)
|
project(Zeek-Plugin-Foo-FOO)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Conflict-Plugin)
|
project(Zeek-Plugin-Conflict-Plugin)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT BRO_DIST )
|
if ( NOT BRO_DIST )
|
||||||
message(FATAL_ERROR "BRO_DIST not set")
|
message(FATAL_ERROR "BRO_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Packet-Plugin-Demo)
|
project(Zeek-Packet-Plugin-Demo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
project(Zeek-Plugin-Demo-Foo)
|
project(Zeek-Plugin-Demo-Foo)
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.5)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
|
|
||||||
if ( NOT ZEEK_DIST )
|
if ( NOT ZEEK_DIST )
|
||||||
message(FATAL_ERROR "ZEEK_DIST not set")
|
message(FATAL_ERROR "ZEEK_DIST not set")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue