Commit 34eb883
authored
Update minimum CMake version to 3.10 in wabt-config.cmake (#2714)
CMake versions 3.31 and newer have begun to warn that compatibility with
CMake versions older than 3.10 will be removed. When that happens, this
will stop working. For now, it issues annoying warnings.
See the 3.31 release notes:
https://cmake.org/cmake/help/latest/release/3.31.html
I chose to bump to 3.10 out of extreme conservatism. But I don't know of
any supported Linux systems that require anything that old. For context,
Ubuntu 20.04 LTS shipped with 3.16. The oldest supported Debian release
(bookworm) ships with 3.25.1 parent 6be9e86 commit 34eb883
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments