Skip to content

Commit

Permalink
Set cmake_minimum_required version range
Browse files Browse the repository at this point in the history
See #359.
  • Loading branch information
oschwald committed Dec 9, 2024
1 parent cab57f3 commit cbcec4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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.9)
cmake_minimum_required (VERSION 3.9...3.30)

project(maxminddb
LANGUAGES C
Expand Down
2 changes: 2 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
certain errors occurred. Pull request by pkillarjun. GitHub #356.
* There is now a build target to fuzz the library. Pull request by
pkillarjun. GitHub #357.
* Updated `cmake_minimum_required` to a version range to quiet deprecation
warnings on new CMake versions. Reported by gmou3. GitHub #359.

## 1.11.0 - 2024-08-21

Expand Down

0 comments on commit cbcec4f

Please sign in to comment.