From 1f7c2f42bc76614ce8c096c99e20e5501f221597 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Thu, 21 Sep 2023 09:19:57 -0700 Subject: [PATCH] af_packet: Require CMake 3.15 to match Zeek's requirement --- src/iosource/af_packet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iosource/af_packet/CMakeLists.txt b/src/iosource/af_packet/CMakeLists.txt index d8a47ab4dc..fae83bbeb7 100644 --- a/src/iosource/af_packet/CMakeLists.txt +++ b/src/iosource/af_packet/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 3.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(ZeekPluginAF_Packet)