fix: vcpkg, cmake, compatibility 3.5 (#11356)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2025-04-05 08:45:01 +08:00
committed by GitHub
parent d808bb2947
commit 9ddeab9be2
6 changed files with 182 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a8a3288..7d01d97 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.14)
project( libmfx )