From 9b2f8a4971c1a336ff9768c8054de9c84d41bf4d Mon Sep 17 00:00:00 2001 From: CCP ChargeBack <35330827+ccp-chargeback@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:02:19 +0000 Subject: [PATCH] Lower min cmake version to 3.30 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1b5f68..eb95913 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Copyright © 2025 CCP ehf. -cmake_minimum_required(VERSION 3.31) -project(resources VERSION 3.0.0) +cmake_minimum_required(VERSION 3.30) +project(resources VERSION 3.0.2) include(cmake/CcpGlobalSettings.cmake)