Skip to content

Commit

Permalink
Fix deprecation warning about support of CMake older than v3.10
Browse files Browse the repository at this point in the history
Update cmake minimum required version to 3.10.

* CMakeLists.txt (VERSION): Change cmake_minimum_required from 3.5
to 3.10.
  • Loading branch information
ivmai committed Dec 7, 2024
1 parent 51c78e1 commit af7e308
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
Expand Up @@ -20,7 +20,7 @@
# SOFTWARE.
##

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)

set(PACKAGE_VERSION 7.9.0)
# Version must match that in AC_INIT of configure.ac and that in README.
Expand Down

0 comments on commit af7e308

Please sign in to comment.