Browse Source

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.
Ryan Foster 2 years ago
parent
commit
fc693f9c3d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      libobs-opengl/CMakeLists.txt
  2. 1 1
      libobs/CMakeLists.txt

+ 1 - 1
libobs-opengl/CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16...3.25)
+cmake_minimum_required(VERSION 3.22...3.25)
 
 legacy_check()
 

+ 1 - 1
libobs/CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.16...3.25)
+cmake_minimum_required(VERSION 3.22...3.25)
 
 legacy_check()