From a5de2472f30914b4fb8b83a41ad9be2f5351e512 Mon Sep 17 00:00:00 2001 From: "Oleksii Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco)" Date: Thu, 15 May 2025 15:32:23 +0000 Subject: [PATCH] Pull request #4750: Bump CMake minimal version to 3.5 Merge in SNORT/snort3 from ~OSHUMEIK/snort3:cmake_version to master Squashed commit of the following: commit cfe82ae54302258082adf115f54efd879ee7782d Author: Oleksii Shumeiko Date: Tue Apr 29 09:19:46 2025 +0300 build: set CMake minimal version to 3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d89359a7a..e10fe449b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.4.3) +cmake_minimum_required (VERSION 3.5) project (snort CXX C) set (VERSION_MAJOR 3) -- 2.47.2