From 6c7f7f952fc02941dc167368f26e846065f6d52b Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 27 Sep 2024 12:12:51 -0400 Subject: [PATCH] bumped minimum CMake version to 3.26 so it logs try_compile statements --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c06a46e6..f3c4d157 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.26) set(PROJECT_NAME supercell-wx) project(${PROJECT_NAME} VERSION 0.4.5