Skip to content

Commit

Permalink
Increase minimum CMake required to 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rigtorp committed Sep 25, 2023
1 parent ceb5661 commit 52bd71d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.2)
cmake_minimum_required(VERSION 3.5)
project(udpreplay CXX)

set(CMAKE_CXX_STANDARD 11)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52bd71d

Please sign in to comment.