diff options
| author | Hauke Mehrtens | 2025-10-03 17:31:11 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-10-03 17:31:11 +0000 |
| commit | 3a65fde5a3e675fdf2a24cb3f5d12d0a426be36e (patch) | |
| tree | 2724c7a6d5aaa2aa8914802a5867719dce01b004 | |
| parent | 1aef9791a21e3d15d4357060f09a7bb9ed3d6e4e (diff) | |
| download | firewall3-master.tar.gz | |
CMake version 4.0 and later require minimum version of 3.5 or later.
Update to minimum version 3.10 which is the last not deprecated minimum
version.
CMake 3.10 was released in November 2017 and is included in Ubuntu 18.04.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ba72ff..71df7a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.10) PROJECT(firewall3 C) ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -g3 -Wmissing-declarations -Wno-format-truncation) |