Skip to content

Commit 34eb883

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/wabt-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.8)
1+
cmake_minimum_required(VERSION 3.10)
22
@PACKAGE_INIT@
33

44
if ("@HAVE_OPENSSL_SHA_H@")

0 commit comments

Comments
 (0)