From 52bd71d6c004cd69899dbe8d529f3ce0a8154e7f Mon Sep 17 00:00:00 2001 From: Erik Rigtorp Date: Mon, 25 Sep 2023 01:41:30 -0500 Subject: [PATCH] Increase minimum CMake required to 3.5 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44b2aab..54f1e6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2) +cmake_minimum_required(VERSION 3.5) project(udpreplay CXX) set(CMAKE_CXX_STANDARD 11) diff --git a/README.md b/README.md index cf391c4..765a876 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ udpreplay -i eth0 example.pcap ## Building & Installing -*udpreplay* requires [CMake](https://cmake.org/) 3.2 or higher, +*udpreplay* requires [CMake](https://cmake.org/) 3.5 or higher, g++ and libpcap-dev to build and install. Building on Debian/Ubuntu: