Skip to content

Commit

Permalink
Merge pull request SIPp#649 from orgads/cmake-3.5
Browse files Browse the repository at this point in the history
CMake: Increase minimum version to 3.5
  • Loading branch information
lemenkov authored Jan 11, 2024
2 parents 6fd5ffd + 479f3c2 commit 8da405d
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 8da405d

Please sign in to comment.