Description: Support building with CMake 4.
Author: Mike Gabriel <sunweaver@debian.org>
Forwarded: https://github.com/LibVNC/libvncserver/pull/679

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.4)
+cmake_minimum_required(VERSION 3.10)
 
 set(PROJECT_LANGUAGES C)
 
