Update docker cmake to 3.28 and update minimum to 3.28, as well as remove uneeded minimum

This commit is contained in:
Zion Nimchuk 2025-03-31 20:03:28 -07:00 committed by Elad
parent 5526c33d69
commit 89ae495c36
6 changed files with 7 additions and 10 deletions

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16.9)
cmake_minimum_required(VERSION 3.28)
project(rpcs3 LANGUAGES C CXX)