Update cmake_minimum_required() in test plugins

This commit is contained in:
Arne Welzel 2023-05-10 13:48:17 +02:00
parent 460dc16d32
commit 85934ec632
9 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Foo-FOO)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Conflict-Plugin)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT BRO_DIST )
message(FATAL_ERROR "BRO_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Packet-Plugin-Demo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")

View file

@ -1,7 +1,7 @@
project(Zeek-Plugin-Demo-Foo)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.15)
if ( NOT ZEEK_DIST )
message(FATAL_ERROR "ZEEK_DIST not set")