Fix cmake deprecation error

This commit is contained in:
SimoZ64
2025-04-14 20:30:05 +02:00
parent f1a18cbb1a
commit 36fe917714
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
project(
unarr