mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
af_packet: Require CMake 3.15 to match Zeek's requirement
This commit is contained in:
parent
a4cd5dd452
commit
1f7c2f42bc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
|
||||
|
||||
project(ZeekPluginAF_Packet)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue