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,4 +1,6 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
project(Zeek-Plugin-Demo-Python)
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
find_package(PythonLibs REQUIRED)