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 Nov 11, 2024
1 parent cbe0581 commit 5c21ac4
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 @@ -22,7 +22,7 @@
# this will generate gc.sln
#

cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)

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

0 comments on commit 5c21ac4

Please sign in to comment.