mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 13:31:27 +03:00
fix: vcpkg, cmake, compatibility 3.5 (#11356)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
10
res/vcpkg/mfx-dispatch/0003-upgrade-cmake-3.14.patch
Normal file
10
res/vcpkg/mfx-dispatch/0003-upgrade-cmake-3.14.patch
Normal 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 )
|
||||
|
||||
Reference in New Issue
Block a user