Skip to content

Commit

Permalink
CMake: Increase minimum version to 3.5
Browse files Browse the repository at this point in the history
CMake is about to drop support for earlier versions.
  • Loading branch information
orgads committed Aug 23, 2023
1 parent 1126a8b commit 479f3c2
Showing 1 changed file with 1 addition and 1 deletion.
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.4)
cmake_minimum_required(VERSION 3.5)

# set the project name
project(SIPp)
Expand Down

0 comments on commit 479f3c2

Please sign in to comment.