mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bump cmake submodule for 3.15 requirement
This commit is contained in:
parent
4a8f868471
commit
2ed89ff84f
5 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue