mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-18 15:24:16 +02:00
10 lines
231 B
Diff
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 )
|
|
|