We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab57f3 commit cbcec4fCopy full SHA for cbcec4f
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required (VERSION 3.9)
+cmake_minimum_required (VERSION 3.9...3.30)
2
3
project(maxminddb
4
LANGUAGES C
Changes.md
@@ -7,6 +7,8 @@
7
certain errors occurred. Pull request by pkillarjun. GitHub #356.
8
* There is now a build target to fuzz the library. Pull request by
9
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.
12
13
## 1.11.0 - 2024-08-21
14
0 commit comments