Skip to content

Commit

Permalink
Merge pull request #549 from codingspirit/fix-cmake-version
Browse files Browse the repository at this point in the history
update cmake minimal required version to 3.12
  • Loading branch information
pabuhler committed Aug 10, 2021
2 parents 8168ab1 + 9d1c981 commit ee1f33d
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.2)
cmake_minimum_required(VERSION 3.12)

project(libsrtp2 VERSION 2.4.0 LANGUAGES C)

Expand Down

0 comments on commit ee1f33d

Please sign in to comment.