Fixed minimum cmake version.
All checks were successful
Build & Release / Windows-AMD64-Build (push) Successful in 5m32s
Build & Release / Linux-AMD64-Build (push) Successful in 7m33s
Build & Release / Linux-AARCH64-Build (push) Successful in 18m35s

This commit is contained in:
2025-11-19 18:33:00 -08:00
parent eb3ab732c6
commit 21a6a6ddda

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30.4)
cmake_minimum_required(VERSION 3.25.1)
set(IS_OS_WINDOWS FALSE)
set(IS_OS_LINUX FALSE)