From: Oleksii Shumeiko -X (oshumeik - SOFTSERVE INC at Cisco) Date: Thu, 15 May 2025 15:32:23 +0000 (+0000) Subject: Pull request #4750: Bump CMake minimal version to 3.5 X-Git-Tag: 3.8.1.0~8 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5de2472f30914b4fb8b83a41ad9be2f5351e512;p=thirdparty%2Fsnort3.git 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 --- 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)