rustdesk/res/vcpkg/mfx-dispatch/0003-upgrade-cmake-3.14.patch
fufesou 9ddeab9be2
fix: vcpkg, cmake, compatibility 3.5 (#11356)
Signed-off-by: fufesou <linlong1266@gmail.com>
2025-04-05 08:45:01 +08:00

10 lines
231 B
Diff

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 )