From 70f954b2115f66692791ca8d7effac50056de777 Mon Sep 17 00:00:00 2001 From: Eric Ooi <54374877+eric-ooi@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:00:25 -0500 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f9e4c1..e408010 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5 FATAL_ERROR) +cmake_minimum_required(VERSION 3.15 FATAL_ERROR) project(ZeekPluginHTTP2)