libobs: Update CMake minimum to 3.22

Since Ubuntu 22.04 is now our minimum supported Ubuntu version, and it
has CMake 3.22, let's make CMake 3.22 the minimum CMake version.
This commit is contained in:
Ryan Foster
2023-08-03 19:22:48 -04:00
committed by Lain
parent 41a915db9e
commit fc693f9c3d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16...3.25)
cmake_minimum_required(VERSION 3.22...3.25)
legacy_check()
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16...3.25)
cmake_minimum_required(VERSION 3.22...3.25)
legacy_check()