From a7423844ff8e52d1acff86c3096caff471afb89f Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Wed, 16 Apr 2025 13:27:47 +0200 Subject: [PATCH] CMake 3.2 --- lib/wabt/CMakeLists.txt | 2 +- tools/RecyclerChecker/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wabt/CMakeLists.txt b/lib/wabt/CMakeLists.txt index 994533f300e..d7bf653633c 100644 --- a/lib/wabt/CMakeLists.txt +++ b/lib/wabt/CMakeLists.txt @@ -14,7 +14,7 @@ # limitations under the License. # -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 3.2) project(WABT) set(COMPILER_IS_CLANG 1) diff --git a/tools/RecyclerChecker/CMakeLists.txt b/tools/RecyclerChecker/CMakeLists.txt index 3c7904f2b9c..45070bfdba7 100644 --- a/tools/RecyclerChecker/CMakeLists.txt +++ b/tools/RecyclerChecker/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.2) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) # set(CMAKE_VERBOSE_MAKEFILE on)