Bump cmake submodule for 3.15 requirement

This commit is contained in:
Arne Welzel 2023-10-09 16:20:00 +02:00
parent 4a8f868471
commit 2ed89ff84f
5 changed files with 10 additions and 4 deletions

View file

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