Skip to content

Commit cbcec4f

Browse files
committed
Set cmake_minimum_required version range
See #359.
1 parent cab57f3 commit cbcec4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.9)
1+
cmake_minimum_required (VERSION 3.9...3.30)
22

33
project(maxminddb
44
LANGUAGES C

Changes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
certain errors occurred. Pull request by pkillarjun. GitHub #356.
88
* There is now a build target to fuzz the library. Pull request by
99
pkillarjun. GitHub #357.
10+
* Updated `cmake_minimum_required` to a version range to quiet deprecation
11+
warnings on new CMake versions. Reported by gmou3. GitHub #359.
1012

1113
## 1.11.0 - 2024-08-21
1214

0 commit comments

Comments
 (0)